NetTalk Central
Toggle navigation
Login
Register
×
Welcome,Guest
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Refresh Parent Proc
« previous
next »
Print
Pages: [
1
]
Author
Topic: Refresh Parent Proc (Read 3072 times)
kevin plummer
Hero Member
Posts: 1195
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
Logged
bruce2
Full Member
Posts: 108
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.
Logged
kevin plummer
Hero Member
Posts: 1195
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.
Logged
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Refresh Parent Proc