Kristy H
8th April 2003, 23:41
Do any of you know of a way to keep from doing a db.update.commit when you click the text button?
Thanks,
Kristy
zacharyg
9th April 2003, 10:00
Hello Kristy,
This can not be accomplished because it's the logic of the standard program. Certain events cause the option update.db to be executed which in turn causes db.update.commit to be executed.
Best Regards