NetTalk Central

Author Topic: Entry not found error  (Read 4126 times)

irissystems

  • Newbie
  • *
  • Posts: 17
    • View Profile
    • IRIS Systems
    • Email
Entry not found error
« on: July 04, 2007, 10:21:50 AM »
I'm getting an error:

record not found 5 d:\?????\????.tps () 30 Entry not found        cus3:cusky

I'm not using that key as my unique one?? If I click ignore everything works otherwise?

Steve

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: Entry not found error
« Reply #1 on: July 04, 2007, 11:41:06 PM »
Hi Steve,

Cunningly that's pretty much the only "normal" stop you'll see in the program. It's important, during development, to see it, and it should never appear (if you do things right) after deployment.

Ok, so what does it mean?
Typically it means you've called a form, and the parameters for the form are incomplete. My _guess_ is that you're calling the form from a browse. If so the "unique unchanging key" used on the browse must match the "unique unchanging key" used by the form.

If you are following FAQ #4, and calling the form from somewhere else, then you need to pass, as parameters, the values of the key fields to identify the record you are gonna load.

Cheers
Bruce