I'm trying to write a code to check whether changes had been made to a field (in a table (with BufferModeOverride =5 set in DataEnvironment). The purpose is to remind user to save data before quiting the program if changes'd been made. I'm using the function GetFldState() but it always return me a value "2"(=field has been modified) even though I didn't change the value at all. What I've done is just clicking on the textbox which has CursorSource connected with that field.
What shall I do to get it right? Pls help!
What shall I do to get it right? Pls help!