NetTalk Central

Author Topic: Refresh Parent Proc  (Read 3072 times)

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Refresh Parent Proc
« 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

bruce2

  • Full Member
  • ***
  • Posts: 108
    • View Profile
    • Email
Re: Refresh Parent Proc
« Reply #1 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.

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Refresh Parent Proc
« Reply #2 on: January 04, 2012, 01:16:40 AM »
Thanks - I vaguely remember something about that now from the docs or webinar.