NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: debzidoodle on July 24, 2014, 06:25:00 PM
-
I need to switch from insert from insert mode to change mode in a form when the user performs a specific action... writing the record to disk, like a pre-save.
What is the best method to accomplish this?
Thanks
Debra
-
Hi Debra
What I did was create the new record as a memory form. When I have done whatever I can either find the record and change it, or if it doesn't exists add a new record. Has the added advantage of not creating a primed record in MSSQL until I want it to.
-
Thanks Terry, that did the trick