Modifying ENV_STARTUP_PROC$ of ENVIRON_CONSTANTS (OpenInsight Specific)
At 27 FEB 2002 11:20:11PM Mark Ford wrote:
We want to initialize global variables on entry to the application, before the first window is displayed. Can anyone tell us how to use the system "environ_constants" insert and call a procedure name using field 32.
Thanks.
At 28 FEB 2002 05:39AM Oystein Reigem wrote:
Mark,
Here are the replies I got the times I needed help on something like this: . I think it's just to make a stored procedure that does what you want, and put the name of that stored procedure in field 32. But you must remember to include the appname:
MYPROCEDURE*MYAPP
- Oystein -
At 01 MAR 2002 09:35PM Mark Ford wrote:
"But you must remember to include the appname:"
That's the part we forgot. Thank you!!