NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: kevin plummer on January 03, 2012, 04:13:10 PM

Title: Refresh Parent Proc
Post 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
Title: Re: Refresh Parent Proc
Post by: bruce2 on January 03, 2012, 08:45:25 PM
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.
Title: Re: Refresh Parent Proc
Post by: kevin plummer on January 04, 2012, 01:16:40 AM
Thanks - I vaguely remember something about that now from the docs or webinar.