NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Mike Grigsby 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!
-
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
-
Thank you Bruce. I thought I tried that. Perfect!