NetTalk Central

Author Topic: EIP - Record not found error in replacement procedure  (Read 2805 times)

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
EIP - Record not found error in replacement procedure
« on: January 31, 2012, 10:28:13 AM »
In case anyone else encounters this problem.

NetTalk makes it so easy to generate procedures that when I have to make significant modifications to a procedure,  it is often easier to simply create a replacement procedure and change any parent procedures to call the replacement.  I leave the original procedure in the app until the replacement has been tested.

Tried this with a procedure that uses EIP tagging and while the replacement procedure is called properly,  clicking the EIP check box generates a Record Not Found error referencing the tagging table.   The error occurs before any embedded processing for the selection.   Complete regeneration and rebuild did not fix the problem.

The solution is to remove the original procedure from the app.  Even though the calling settings had been changed in the parent there was still a reference to the original somewhere.     

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: EIP - Record not found error in replacement procedure
« Reply #1 on: January 31, 2012, 03:29:35 PM »
You need to make sure the "Page Name (no quotes)" on the general tab is also different on the old\new procedure.

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Re: EIP - Record not found error in replacement procedure
« Reply #2 on: February 01, 2012, 04:22:29 PM »
Thanks for the tip, Kevin.