Hi all,
I am trying to figure out which EEPS should get certain commands. My goal is to 
have the user have the opportunity to start typing the moment the form 
displays, without having to click on the field that requires data entry. 
Specifically, I want a blinking cursor in the field, with a yellow background, 
when the form starts and again after a Bit Button (or an Enhanced Speed Button) 
is clicked.
 
I think I need these commands...
 
 
PROPERTY id_key_stroke_ln HIGHLIGHTFOCUS 'TRUE'
PROPERTY id_key_stroke_ln HIGHLIGHTFOCUSCOLOR 'yellow'
PROPERTY id_key_stroke_ln LASTCHAR 'TRUE'
PROPERTY id_key_stroke_ln SET_FOCUS 'TRUE' 
 
What I can't seem to figure out is which EEPS should have these commands? And 
in what order?
 
For starting the form, should they go in the "Form Properties" ON BEFORE START 
EEP or in the ON AFTER START EEP?  
 
To make it work for clicking the Bit Button (or the Enhanced Speed Button), 
should they go in the "On Click EEP" of the button or should they go in the "On 
Entry EEP" of the Variable Edit Field?
 
Do I have the right idea? Is there a better way of making this work?
 
TIA.
Mike 

Reply via email to