NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: kevin plummer on January 03, 2012, 04:13:10 PM
-
Hi All,
I use the following in NT5 to refresh a parent proc. This does not "seem" to work in NT6
p_web.setValue('_ParentProc','') !added to auto refresh the browse xxx
p_web.DeleteValue('_EIPClm' )
DraftPODetailsBrowse(p_web)
Cheers,
Kevin
-
I've tried to standardize the naming convention for internal variables, so that there is some consistency. There are now underscores at both ends of almost all "system" variables. So use
_parentproc_ and _eipclm_
In your GetValue statements.
-
Thanks - I vaguely remember something about that now from the docs or webinar.