R Rabbit Member Jul 1, 2002 #1 I would like to know is there any command that can move the focus (i.e. cursor) to a fill-in object? Thank you!
I would like to know is there any command that can move the focus (i.e. cursor) to a fill-in object? Thank you!
jongpau Member Jul 2, 2002 #2 Hi, Use: APPLY "ENTRY":U TO FieldName IN FRAME FrameName. or APPLY "ENTRY":U TO FieldHandle. HTH
M m1_ru New Member Jul 3, 2002 #3 Just small addition: fill-in must be sensitive when you execute apply "entry" statement. Otherwise it will be ignored. Also it is working not only for fill-in but for any widget: button, browser, radio-set and so-on.
Just small addition: fill-in must be sensitive when you execute apply "entry" statement. Otherwise it will be ignored. Also it is working not only for fill-in but for any widget: button, browser, radio-set and so-on.