NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Rene Simons on September 20, 2010, 02:37:14 PM
-
Hi,
I wantb to reset the parent browse (by code) after I click a button in a child record, AFTER the Server side code has processed.
Now, how do I do that??
Rene
-
From memory, it goes something like this;
p_web.setValue('_ParentProc','')
p_web.DeleteValue('_EIPClm' )
BrowseInvoices(p_web)
Where BrowseInvoices is the name of the _parent_ browse.
I haven't done this in a while though...
cheers
Bruce
-
Bruce,
You have an excellent memory.
Thanks a lot!
Rene