The following code runs fine on a palm V

        info = DmGetRecord( DriversLogDB, CurrentTrip);

        TripDetailsPtr = MemHandleLock( info );

        MemMove( &TripDetailsStore, TripDetailsPtr, sizeof(TripDetails) ); 
        
        DmReleaseRecord(DriversLogDB, CurrentTrip, false);

When I try running it on a Symbol (OS 3.2), it gives me ErrGetting Rec. It
resets the palm then it works fine.

ANyone any ideas why this is happenning?? It is passing 0 as the index.

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to