Refreshing bound objects

  • Thread starter Thread starter Anthony Sox
  • Start date Start date
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.
 
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
 
Back
Top