READ/WRITE ERROR (OpenInsight Specific)
At 27 FEB 2002 05:46:26PM a becker wrote:
This is probably so simple that I can't see the forest for the trees.
On a given condition, I'm clearing a form in a write script using a SEND_EVENT(@WINDOW,"CLEAR",0,1,1). I keep getting Read/Write error - All key values are empty. I have tried using SET_PROPERTY(@WINDOW,"SAVEWARN",0) in addition to the send_event with the same result.
If I set the key, I get Row Exists - Overwrite? YES/NO
What do I need to code to prevent the "All key values are empty" message?
It's got to be a simple solution seeing as how much time I've spent on this dumb thing.
Thanks for your help
Andy Becker
Il State Lottery
At 27 FEB 2002 06:19PM [url=http://www.sprezzatura.com" onMouseOver=window.status=Click here to visit our web site?';return(true)]The Sprezzatura Group[/url] wrote:
You ARE aborting the write script by returning 0, yes?
World Leaders in all things RevSoft
At 27 FEB 2002 06:47PM a becker wrote:
Right after the clear and savewarn statements, I terminate with RETURN 1
Guess it should be return 0?
At 27 FEB 2002 07:05PM [url=http://www.sprezzatura.com" onMouseOver=window.status=Click here to visit our web site?';return(true)]The Sprezzatura Group[/url] wrote:
yup!
0=terminate chain
1=continue chain
World Leaders in all things RevSoft
At 27 FEB 2002 07:20PM a becker wrote:
Thanks Sprezzatura Group
I knew it had to be something real simple.