NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: MikeR on March 28, 2013, 08:52:06 AM

Title: Is it Possible to have a save button that doesnt close a netwebform ?
Post by: MikeR on March 28, 2013, 08:52:06 AM
I have a complex netwebform with many tabs to other childfiles and other info on the parent table.
I would like the save button at the bottom of the form to perform the table update , but keep the form open.
????
Title: Re: Is it Possible to have a save button that doesnt close a netwebform ?
Post by: charl99 on March 28, 2013, 04:28:32 PM
Mike,

I think Memory Form here, ie you do all the work yourself, eg, get the File and then p_web.FiletoSessionQueue(File), etc for all the files.

I guess you can hide the normal Save Button, ie only a Close Button on the Form, and add a Button that says Save, where it is p_web.SessionQueueToFile(File) and then a Put(File).

An earlier posting of mine detail the right Embed points when the Form opens, obviously when the Button is pressed the Embed point would be on the Server side.

I have not tried it, obviously, but I think it should work.

Cheers
Charl