Saving changes post-item [message #80182] |
Tue, 20 August 2002 10:06 |
Eric Bender
Messages: 9 Registered: June 2002
|
Junior Member |
|
|
Hello,
I was wondering how I can make a form save the changes after leaving any field, thus making all the changes made to be live after focus is away from a given item. I tried a commit within a post-item trigger, but that is apparently a restriceted command. Any ideas? Thanks!
Eric
|
|
|
Re: Saving changes post-item [message #80193 is a reply to message #80182] |
Wed, 21 August 2002 19:42 |
Tamim
Messages: 23 Registered: October 2001
|
Junior Member |
|
|
Well, one idea that I use to overcome the restricted command, is to create a timer in the post-item trigger that would expire in one milli-second. Then I write the commit in the when-timer-expired trigger.
This usually works. Let me know if it doesn't.
Regards
Tamim
|
|
|