frmP = FrmInitForm (MainForm);
logWrite("\nAbout to draw form'", true);
FrmDrawForm (frmP);
logWrite("\nAbout to set active", true);
FrmSetActiveForm (frmP);
logWrite("\nHeading for 'reset'", true);logWrite puts the message in the hotsync log as a trace - I see the 'About to draw form' message - the fatal exception occurs before the logWrite for 'About to set active' but after the form is visible on the screen - it seems to occur in the FrmDrawForm function. Am I doing something wrong here
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
