Refreshing bound objects

A

Anthony Sox

Can anyone help me with the following problem

I have an object that is bound to controls on a form. I want when the user
cancels an update action for the controls to refresh and show the initial
data which is still in the object bound to it after it has restored it data.

Anyone know how i can do this.?

Thank you.
 
C

Cor Ligthert

Anthony,

Create in the class from which you instance the object a restore method.
(Which can be as difficult as you want with by instance a stack)

I hope this helps,

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top