Hello

What is the best way to keep a single text field in focus at all times on a
form that has more than one text field and some buttons, lists, etc...  All
other text fields other than the one to keep in focus are non-editable.  I
am not sure where to put the following:

FrmSetFocus(frm, FrmGetObjectIndex(frm, AppMainFormInputField));

Somewhere in the EventLoop() ?

Also does anyone out there know of a short description somewhere on the web
of how to create and use popup lists in general and also dynamically created
popup lists?

Thanks
- Dan

Reply via email to