Move Focus to a Fill-In Object

Rabbit

Member
I would like to know is there any command that can move the focus (i.e. cursor) to a fill-in object? Thank you!

:eek:
 

jongpau

Member
Hi,

Use:
APPLY "ENTRY":U TO FieldName IN FRAME FrameName.
or
APPLY "ENTRY":U TO FieldHandle.

HTH
 

m1_ru

New Member
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.
 
Top