Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flag a field change in update (ABC)

Status
Not open for further replies.

TinLegs

Programmer
Jan 14, 2003
100
NZ
Greetings all. I want to record a 'Last Updated' date based on whether any field has been Changed or not Changed from an Update window. Is there a flag in ABC that records this? rather than manually having to store the details of each record on opening and testing for changes on closing?
I am using C6.1 - Thanks
 
Hi!

In <WindowManager>.TakeCompleted - before Parent Call ::

Code:
IF NOT <FileManager>.EqualBuffer(SELF.Saved)
   ...
END
Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top