Hi all
I have the follow code

     case ctlSelectEvent:
         switch(event->data.ctlSelect.controlID)
         {
             case OkButton:
                     FrmPopupForm(Form_Browser);
                     /*
                     this section code, wait for the FrmReturnToForm from Form_Browser?
                     */
                     handled=true;
             break;
         }


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

Reply via email to