NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: BradT on May 19, 2014, 01:55:25 PM
-
I have a NetWebForm with a NetWebBrowse of a memory table in one of the tabs (rounded style so all are seen).
When the form opens, if it is an update, I load the records from the real table into the memory table. This is in the PreUpdate embed point.
My issue is, I can't seem to get the Browse to refresh. I can add it to be reset, behind a field or button, and that works, but I can't seem to find the embed point where I can manually refresh the browse.
Maybe I shouldn't load the memory table in the PreUpdate?
Any ideas?
Thanks
NT 8.10
-
define "refresh".
ie what are you doing on the form, and in what way should the browse then change?
-
The form is doing an update to an existing table. This table has a child table. The form contains a memory browse that is being populated with the child records in the PreUpdate embed point.
However, when the form is displayed, the child browse on the memory table is blank. If I add a the memory table to be reset by changing any field on the form, the records show up.
My question is, where do I call "Refresh::BrowseWeb_Inv_Line_Memory", or is there something else I can do?'