Page 1 of 1

Running a procedure at entry application launch

Posted: January 10th, 2014, 8:46 pm
by zwan
Hello peeps,
Could you tell me me if there is a way to run a procedure every time the application is launched? Including if it's a partial case and the operator chooses to go to the last position?

And is there a way to access the current case ID? How?
I have an alphanumeric ID, and Visualvalue doesn't seem to help nor does Highlighted

Thank you

Re: Running a procedure at entry application launch

Posted: February 18th, 2014, 10:57 pm
by Gregory Martin
If you put the code in the preproc of your level (the icon with the three pink boxes), it should always execute, even if resuming from a partial save.

Visualvalue is used for numeric fields. You should always be able to access the value in an alpha field. In what circumstance is it not working?