NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: kevin plummer on March 19, 2009, 11:31:44 PM

Title: EIP
Post 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
Title: Re: EIP
Post by: Bruce on March 20, 2009, 05:00:11 AM
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
Title: Re: EIP
Post by: kevin plummer on March 22, 2009, 01:48:33 PM
Hi Bruce,

can't you just refresh another browse through the templates if a value in an EIP field changes?

Cheers,

Kevin
Title: Re: EIP
Post by: Bruce on March 22, 2009, 10:05:48 PM
Hi Kevin,

If the other browse is a child, then yes. However updating a parent is not so easy via the template.

Cheers
Bruce