Hi,

When I create a form using FrmNewForm() function, and then use FrmInitForm()
in the event handler module (as below), it crashes. Any idea what step(s)
I'm missing?

        formId = eventP->data.frmLoad.formID;
        frmP = FrmInitForm (formId); // crashes here: NULL Handle error
        FrmSetActiveForm (frmP);

Regards,
Jenni

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

Reply via email to