Page History
...
d. Press OK to submit the compile.
Notice that the status of the submitted compile appears in the Compile window at the bottom of the Editor.
2. Once your form has compiled, execute it.
Notice Notice the default value for the Employee Number which appears when the form first displays. This value was assigned by accessing the system variable and determining the next available number.
...
4. Execute the form again.
Note Note the value in the Employee Number field has been incremented by one. The system variable automatically updates to the next available number each time it is accessed (by your application or any other application in any partition in the system).
...
If 50 people were executing your test form, each person would see a different default value.
When the Employee code reaches 99, it will reset to 1.
...