NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: kevin plummer on March 19, 2009, 11:31:44 PM
-
Hi Bruce,
just wondering what the following code from Eg31 is for and do I need it (seems to be working without it in my app but always looking to improve things)
Loc:Eip = 0
do CallBrowse
! Start of "After Data Refreshed"
! [Priority 5000]
p_web.setValue('_ParentProc','')
p_web.DeleteValue('_EIPClm' )
BrowseInvoices(p_web)
Cheers,
Kevin
-
Hi Kevin,
from memory it's an example of a EIP change in one browse causing a different browse to be refreshed.
(Specifically a browse other than a child browse.)
But this is from memory - I haven't checked.
Cheers
Bruce
-
Hi Bruce,
can't you just refresh another browse through the templates if a value in an EIP field changes?
Cheers,
Kevin
-
Hi Kevin,
If the other browse is a child, then yes. However updating a parent is not so easy via the template.
Cheers
Bruce