Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

At 23 NOV 2008 10:18:58AM Richard Richter wrote:

I have a form with a data edit table. Which property do I use to find if the data has been modified?

Thanks

Richard Richter


At 23 NOV 2008 11:30PM Barry Stevens wrote:

AFAIK, there is not. @Window's SAVEWARN will tell you if changes made anywhere in the window.

You could set a global variable in the changed event and test for that:

set_property(CtrlEntId,"@CHANGEMADE",1)


At 24 NOV 2008 07:47AM John Bouley wrote:

There is a "modified" property but the help states it applies to: Combo box, edit box, edit line.

Sometimes I have found that the SAVEWARN erroneously gets turned on. To combat this I save the contents of ATRECORD to @OREC at post Read. Then on Pre Close, Pre Clear, Pre Write. I check to see if something has changed. If nothing changed then I force SAVEWARN off.

HTH,

John

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/dde4a80e61b2372a8525750a00542297.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1