NetTalk Central

Author Topic: Refresh NetWebPage after Inser/Change  (Read 2409 times)

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Refresh NetWebPage after Inser/Change
« 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.

   

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Refresh NetWebPage after Inser/Change
« Reply #1 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