If other fields are non-editable, it will make more sense if you use a label
instead of a field.  Then, you should not be able to set a focus to other
places exept the one field you want the focus.   But this only applies to
sertain cases.  Hope this helps.

Ken
----- Original Message -----
From: Rubin, Dan <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 23, 1999 11:03 AM
Subject: Focus and Popup Lists?


> 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