INPMODE |
inpmode is used to obtain the mode used for processing a zone.
inpmode
########################################
#- In a mask, a field is filled before it is
displayed
#- except for input to this zone
Subprog AV_BPCNUM(VALEUR)
Variable Char VALEUR()
If inpmode <> 2
valeur = [M]TOTO
Endif
End
The function inpmode is used to obtain the mode used when processing a zone, during an operation performed with one of the instructions Boxinp, Affzo, Effzo.
inpmode returns an integer value that is:
· in delete (Effzo)
· in input (Boxinp)
· in display (Affzo)
Normally inpmode is used when a routine is needed for a zone in a mask, but only in a particular context.
No associated errors.
|
|