Table Problem (OpenInsight Specific)
At 02 DEC 1998 03:23:35PM Richard Richter wrote:
I am having a problem with a table. I can read the data perfectly. If I try to write to the table, it will not allow me to. If I run a proc from the system monitor or if I try to fix GFE's in the Database program, I get the following error message. I tried removing the CRef's and replacing them. That didn't correct the problem. Any help would be appreciated.
Thanks,
Richard
At 03 DEC 1998 09:04AM Richard Richter wrote:
Sorry, I forgot the error message:
ENG0010: $!, line 1. Variable has not been assigned a value.
At 03 DEC 1998 12:26PM Nick Stevenson wrote:
Have you got symbolics on this table? Are any of those symbolics indexed? Have you checked your symbolic code?
At 04 DEC 1998 09:21AM Richard Richter wrote:
I removed all the symbolics and the cross references and the table still will not let me write to it.
At 04 DEC 1998 09:27PM J. Shaefer wrote:
Is that error message generated when you actually try to write or when the script that you are calling comes up? In other words, I've received this error before and the problem was that I was either:
a. Not passing a correct parameter
b. Calling a script but not returning something that was needed.
When "writing" to an edit table, you should set the "INVALUE" or "DEFPROP" property. Are you using one of these with your table?
It would probably help if you could post the code on one of your messages.
At 14 DEC 1998 09:03AM [email protected] - [url=http://www.sprezzatura.com]Sprezzatura, Inc.[/url] wrote:
Could be that the ! record is corrupted. Without looking at the code, or trying to view the specific variables or anything (though you can't do that in OI) you might try and delete the ! record and let it regen or remove then rebuild all indexes.