NetTalk Central

Author Topic: Calling a record without the unique ID  (Read 3533 times)

Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
Calling a record without the unique ID
« on: August 26, 2009, 08:29:15 PM »
Sorry for some basic questions; I guess I'm getting rusty<g>.

I've got a help file where the two really important keys are a SysID (unique, unchanging), and WindowID, a Unique key and string.

How do I call a form with the WindowID? I keep getting a record not found error 5. I've tried just about everything I can see (ignore key not being unique, etc.). It does pull up the right record, but gives me that error message.

Here's the string I'm sending:

http://localhost:4604/helpv?HLP__WindowID=InventoryL&View_btn=View&

I've also put quotes/single quotes around the window name and that doesn't seem to help. What am I missing? Thanks!
Mike Grigsby
Credify Systems
Central Oregon, USA

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Calling a record without the unique ID
« Reply #1 on: August 26, 2009, 08:49:46 PM »
Hi Mike,

Is the form set to use the WindowID Key?
The field you use as the identifier has to match the key the form is set to use.

Cheers
Bruce

Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
Re: Calling a record without the unique ID
« Reply #2 on: August 26, 2009, 09:00:18 PM »
Thank you Bruce. I thought I tried that. Perfect!
Mike Grigsby
Credify Systems
Central Oregon, USA