Clearing Script Event in Edit Table (OpenInsight Specific)
At 09 NOV 1999 03:06:17PM B. Cameron wrote:
Some strange things have been happening since upgrading a client from 3.5 to 3.7.
Currently I am unable to get rid of the next to the CALCULATE in the QuickEvent. I have destroy the script code, deleted it, updated and "Clear"'d then "Accept"'d and still it doesn't seem to clear.
Also, if I start new bound form and then Save from the menu option in Form designer and then Exit; if I try to access that table else where (including that form) the system lets me know it is in use elsewhere.
Logging out and back in releases it but "unlock"ing does not.
Anybody else ?
At 09 NOV 1999 04:09PM Don Miller - C3 Inc. wrote:
]]Some strange things have been happening since upgrading a client from 3.5 to 3.7.
Currently I am unable to get rid of the next to the CALCULATE in the QuickEvent. I have destroy the script code, deleted it, updated and "Clear"'d then "Accept"'d and still it doesn't seem to clear.
I once had the same problem. The fix was to modify
the script to do a RETURN 0 or RETURN 1, compile it and save it.
Then go back in and without doing anything else, Clear the script and
Accept the change. Then it went away.
As for the spurious table lock, check to make sure that you didn't test it using a temporary table. That seems to leave the table in a locked state..otherwise, I'm at a loss since I do this number all the time.
Don M.