on 2/21/01 4:08 AM, Thomas Hagen Johansen at [EMAIL PROTECTED] wrote:
> How is it possible to FrmSetFocus() on a specific fom object when doing a
> FrmDoDialog() ?
> 
> I want to let a specific form field have the focus after the form is
> displayed.
> 
> Right now i am doing:
> 
> FrmSetFocus( ... ); // Activate field on form
> FrmDoDialog( ... ); // Show form as a dialog
> 
> This does not (ofcourse?) work because I am trying to set focus on a field
> of a form that has
> not yet opened... is there a solution ?
> 

I believe you can do the following:
    FrmDrawForm(...);
    FrmSetFocus(...);
    FrmDoDialog(...)


Neil


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to