I am having an a problem that only shows up with the Palm III debug ROM.  
All the other debug ROM report no error.

The situation is that I am calling FrmDoDialog to display my About... 
screen.  The code looks like this 

        FormPtr                 frm;

        frm = FrmInitForm(AboutForm);
        FrmDoDialog(frm);
        FrmDeleteForm(frm);

which is right out of the documentation.  The error occurs in 
FrmDoDialog().  POSE v2.1d28 displays a dialog containing 

"MyApp" v1.2 reports "Form.c, Line: 4402, Bad form".

Has anyone else had this problem? 

- Clay


Clay M. Thompson     [EMAIL PROTECTED]      www.creativecreek.com

Reply via email to