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!