NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: BradT on May 19, 2014, 01:55:25 PM

Title: Refresh Memory Browse on NetWebForm
Post 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
Title: Re: Refresh Memory Browse on NetWebForm
Post by: Bruce on May 19, 2014, 09:59:42 PM
define "refresh".
ie what are you doing on the form, and in what way should the browse then change?
Title: Re: Refresh Memory Browse on NetWebForm
Post by: BradT on May 20, 2014, 07:27:10 AM
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?'