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/

Reply via email to