NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: CaseyR on July 22, 2013, 11:51:52 AM

Title: Refresh NetWebPage after Inser/Change
Post by: CaseyR on July 22, 2013, 11:51:52 AM
I use the NetWebPage to display information graphically.  Users can Change a record by clicking on a linkl, or add a record through the usual main menu at the top of page.   Works fine, except the new information does not show up until the user reopens the page or presses the Refresh icon on their browser.  Is there anyway to trigger page refresh when the update form has been saved.   The update form is not a popup.

Basically looking to get the NetWebPage to refresh like a NetWebBrowse.

Any advice gratefully received.   Thanks.

   
Title: Re: Refresh NetWebPage after Inser/Change
Post by: Bruce on July 22, 2013, 09:41:17 PM
Hi Casey,
you might want to post an example so it's easier to see exactly what's going on.
but almost certainly the advice would be to start with a NetWebForm as the "container" of the other stuff. Forms are dynamic, pages are not (or at least not without a lot of work).

You can set the form to span all the columns, be "memory" based, and use Display fields, so you should be able to duplicate the page from that.

cheers
Bruce