Get() > Instance variables xHarbour Developers Network  

oGet:exitState

Numeric code indicating how editing was terminated.

Info

Data type:NDefault:GE_NOEXIT

Description

The instance variable :exitState contains a numeric value indicating how the editing process was terminated. #define constants are available in the file GETEXIT.CH that identify exit states.

Exit states of Get objects
ConstantValueDescription
GE_NOEXIT0No exit attempted
GE_UP1Go to previous Get
GE_DOWN2Go to next Get
GE_TOP3Go to first Get
GE_BOTTOM4Go to last Get
GE_ENTER5Terminate editing of current Get and proceed with next
GE_WRITE6Terminate editing of all Gets in GetList array (terminate READ command)
GE_ESCAPE7Terminate editing of all Gets without saving data
GE_WHEN8Pre-validation failed, don't give input focus
GE_SHORTCUT9Accelerator key is pressed (see :caption)
GE_MOUSEHIT10Another Get is clicked with the mouse


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe