I think it is some missing data in form resource regarding navigation support.

Hynek Sladky


Karthik Jaganathan wrote:
 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/

Reply via email to