ZONSOR

Contents


zonsor contains the name of the last field entered after an entry was made in the screen.

 

Class, Type, and Dimension

[S]zonsor(12) Char

 

Examples

 

# 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

 

Description and Comments

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.

 

Associated Errors

No associated error

 

Associated Keywords

BOXINP - ZONCOU - ZONSUI


CONTENTS


Copyright © Sage 1999 - 2007