%Mode system variable
Description
%Mode returns a String value consisting of an uppercase character specifying the action a user selected when starting the current component. The following values can be returned. You can check either for the string value ("A", "U", and so on.) or for the constant:
| Numeric Value | Constant Value | Description |
|---|---|---|
|
A |
%Action_Add |
Add |
|
U |
%Action_UpdateDisplay |
Update/Display |
|
L |
%Action_UpdateDisplayAll |
Update/Display All |
|
C |
%Action_Correction |
Correction |
|
E |
%Action_DataEntry |
Data Entry |