NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: debzidoodle on July 24, 2014, 06:25:00 PM

Title: Change from Insert Mode to Change Mode in a form
Post 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
Title: Re: Change from Insert Mode to Change Mode in a form
Post by: terryd on July 24, 2014, 10:03:20 PM
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.
Title: Re: Change from Insert Mode to Change Mode in a form
Post by: debzidoodle on July 25, 2014, 09:08:36 AM
Thanks Terry, that did the trick