Thanks Durgesh.
I did get rid of the crash, but I have to reorganize some of the code...
But I can't get back to it for a bit - other deadlines.  I might have a
follow-up question when I do, but I want to look at it more closely first.

Thanks for the reply.

Remi.


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Durgesh Trivedi
Sent: April 25, 2007 12:39 AM
To: Palm Developer Forum
Subject: RE: form.c, Line: 6197, Bad form

Do u resolve your problem or not else the order of the form opening is like
this
If u try to open the  second form without closing the previous one in that
case u not need to call the FrmGotoForm its close the old one.
The order to call the Api is  

frm = FrmInitForm (ListForm);                                   
frm=FrmGetFormPtr(ListForm);
FrmSetActiveForm(frm);                                              
////ListViewInit (frm);                 
//ListViewClearEditState();              
FrmDrawForm(frm);
FrmSetEventHandler(frm,ToDayTaskListViewHandleEvent);   

and when u return from this form u call

FrmCloseAllForms();
FrmGotoForm(MainForm);  
And this all works fine 

-- 
For information on using the ACCESS Developer Forums, or to unsubscribe,
please see http://www.access-company.com/developers/forums/


-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to