Subject: Know when data has been changed in a row of data in a table.

Background:

1.      Using a form to enter or change data that is in a row in a table.
2.      The application has code in place to record who is logged into the
system.
3.      When exiting, with or without data changes to the row of data, the
form has code in the exit button that uses an update command to take the
logged in username and update the column in the row of data 'last updated
by'.
4.      Goal: only do that update if the data has actually been changed.

R:Base has a way to check if data has been changed in a row of data when a
table is opened and a column in a row has been changed. The save button on
the bottom of the screen (the check mark) changes from grey to a color.

Is there a way to know, using code, if the data in a row in a table has
changed? This would allow control over the update statement on exit.

Thanks in advance.

Myron Finegold  

 

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/012801da25fc%24f9748400%24ec5d8c00%24%40gmail.com.

Reply via email to