Pat_Rick Posted November 30, 2004 Posted November 30, 2004 Hi everone!!! Im trying to figure-out if there's a way to programmatically check when a field out of 12 field was modified. I would like to know(via global field maybe) as soon as data is changed or added in a field on a layout. so if i have about 12 fields on this layout, i want to know when one of them is modified, and it can be anyone of them, its random. So i need code that could keep an eye on those fields, and the minute one of them is changed, i get a flag. Can it be done. Any ideas, tricks etc are more then welcomed and very appreciated. Thx. Pat.
-Queue- Posted November 30, 2004 Posted November 30, 2004 You could use an auto-entered text calculation, with 'Do not replace existing value for field' deselected, of Evaluate( "Get(CurrentTimestamp)"; [field1; field2; field3; ... field12] ) Whenever any field in the list is changed, the timestamp will be updated.
Recommended Posts
This topic is 7561 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now