Try checking whether u have included all the necessary header files. But not sure whether it is due to this,..anyway u can try and check it out..
_____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karthik Jaganathan Sent: Monday, March 17, 2008 6:36 PM To: Palm Developer Forum Subject: FrmDispatchEvent method error? hi everyone, i am trying to call FrmDispatchEvent(&event) method, the bit of code is, static void AppEventLoop(void) { Err error; EventType event; do { // DisplayMemoryInfo(false); EvtGetEvent(&event, evtWaitForever); if (SysHandleEvent(&event)) continue; if (MenuHandleEvent(0, &event, &error)) continue; if (AppHandleEvent(&event)) continue; FrmDispatchEvent(&event); } while ((event.eType != appStopEvent) && (isAppRunning)); } but it show the fatal error like this, Fatal Alert: HsNav.c, Line:9892, Unable to retrieve nav info for form what is it mean? what is the solution? thanks karthik. _____ Fly HYD-BLR for Rs.499 Log on to MakeMyTrip! Check it out! <http://ss1.richmedia.in/recurl.asp?pid=266> -- 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/
