Is it possible to set the focus in a field on a pop up form?  I am popping up a form 
for the user to enter a "file name".  


case 1003:      // CREATE  NEW
        // get filename from user
        FrmPopupForm(SaveFileNameForm);
        pForm = FrmGetActiveForm();

// PROGRAM CRASHES HERE CUS THERE IS NO EVENT HANDLER????
        FrmSetFocus(pForm, 1003);


I would prefer not to create an event handler for this simple task, but I will if I 
have to.  Any help would be greatly appreciated!

thanks,

~Tony


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

Reply via email to