Running a procedure at entry application launch

Discussions about CSEntry
Post Reply
zwan
Posts: 6
Joined: December 29th, 2013, 9:09 am

Running a procedure at entry application launch

Post 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
Gregory Martin
Posts: 1947
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: Running a procedure at entry application launch

Post 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?
Post Reply