Using form level after udpate event to update a hidden field on a form.
THis poses a problem in that it creates an infinite loop.
field userid gets updated when any other field is updated which updates userid which forces after update to get executed again because after update updated userid which caused after udpate to execute again.....and on and on...
Is there a better way to solve this than putting the userid update on every field's after update event on the form ?
Bob Schmid
bob_schmid@hmis.org
330-746-1010 ext. 1347
THis poses a problem in that it creates an infinite loop.
field userid gets updated when any other field is updated which updates userid which forces after update to get executed again because after update updated userid which caused after udpate to execute again.....and on and on...
Is there a better way to solve this than putting the userid update on every field's after update event on the form ?
Bob Schmid
bob_schmid@hmis.org
330-746-1010 ext. 1347