skip to main content

Controls Reference : GRID : Properties : Entry-Reason

Entry-Reason
This property returns a character that represents how the user has switched to entry mode. It can only be inquired during the MSG-BEGIN-ENTRY event.
Returned values, defined in isgui.def, are:
The Action property has been set to Action-Entry
 
Example - Inquire the entry-reason from a Grid
procedure division.
     inquire screen-1-gr-1 entry-reason ws-er
     if ws-er = grer-dblclick
        display message "Entry reason: Double click" 
     end-if 

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left