INPMODE

Contents


inpmode is used to obtain the mode used for processing a zone.

 

Syntax

   inpmode

 

Examples

########################################
#-  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

 

Description and comments

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.

 

Associated errors

No associated errors.

 

Associated key words

BOXINP  -  AFFZO  -   EFFZO


CONTENTS

 


Copyright © Sage 1999 - 2007