Uniface Underground -> Undocumented.Features.Only. |
Name | $interactive
Allow to know is the user has in the interactive session. |
Synopsis | $interactive |
Description | With $interactive
you can check of the form is already in edit-mode or not. It returns zero,
when the edit or display instruction was not executed (yet)
Tested in 7.2.04
|
Return Value | $status
= 0 the user doesn’t start an interactive session, before edit or display.
$status > 0 (2) after the edit or display, |
Example | If (!$interactive) then proces_something |
Source | Hans Hoogerwerf h.hoogerwerf@cypres.nl |