NetTalk Central

Author Topic: Is it Possible to have a save button that doesnt close a netwebform ?  (Read 1668 times)

MikeR

  • Sr. Member
  • ****
  • Posts: 257
    • View Profile
    • Email
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.
????

charl99

  • Full Member
  • ***
  • Posts: 185
    • View Profile
    • Email
Re: Is it Possible to have a save button that doesnt close a netwebform ?
« Reply #1 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