ZONSOR |
zonsor contains the name of the last field entered after an entry was made in the screen.
[S]zonsor(12) Char
# Example in OBJect management
# Activation of the A button
# then placing the cursor on the last field in entry
while loading zonsui by zonsor
######## Definition of the button
$DEFBOUT
NBTEX += 1: CBOUT(NBTEX) = "a"
TEX(NBTEX) = "A Button"
Return
########
Execution of the A button
$EXEBOUT
Case REP
When "a": Infbox
num$(zonsor): zonsui = zonsor
Endcase
Return
zonsor is an alphanumeric variable in which you find the name of the last field in entry in the screen.
It is loaded after the Boxinp instruction.
No associated error
|
|