Michael,

What part of the form is displayed? If it is just a blank screen you may 
have forgotten to add the form to he frmLoadEvent.

if (event->eType == frmLoadEvent)

{

// Load the form resource.

formId = event->data.frmLoad.formID;

form = FrmInitForm(formId);

FrmSetActiveForm(form);



Gary



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

Reply via email to