NetTalk Central

Author Topic: EIP  (Read 3469 times)

kevin plummer

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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: EIP
« Reply #1 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

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: EIP
« Reply #2 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: EIP
« Reply #3 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