EXITCHARS property
Applies To
EditLine controls
Description
This property allows you to specify on or more characters as "Exit" characters, which means that if a user types any of them into the control the focus is automatically moved to the next control in tab-order as though they had hit the Tab key. This property is a simple string containing the Exit characters.
Usage
// Move to the next control if the user enter a "." or a space
exitChars = ". "
call set_Property( @window : ".EDL_IP1", "EXITCHARS, exitChars )
Note this property does not work if the PASSWORDSTYLE property is TRUE.