My first guess is the wrong conclusion! True is: It happens in the function DayViewFindAppointment( recordNum) and the record cannot be found.
That does not help me really, as it all happens outside my application in the datebook application. The second error also refers to that a certain record number that cannot be found on the given day. --- In [EMAIL PROTECTED], "Chris Antos" <[EMAIL PROTECTED]> wrote: > The full source for DateBook is in the SDK. Look up the line number that > reported the fatal error, and see what it's complaining about. > > > <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > > > > Hi there, > > > > I successfully inserted a datebook entry (directly into the database > > not usinf vCal) in the right format (even checked with hex editor). > > Starttime 2 bytes, > > Stoptime 2 bytes, > > Date 2 bytes, > > flags 1 byte set to 0x14 (description & note) > > alignment 1 byte set to 0, > > description (cstring zero terminated) > > note (cstring zero terminated) > > > > All the entries appear correctly in the datebook application with the > > correct description, time, date and note. > > > > But in certain situations (OS 3.5 and OS 5.0) the datebook > > application crashes with > > "DateDay.c, Line:4448, Record not on day". > > or > > "DateDay.c, Line:4373, Wrong record". > > > > Did I miss something ? > > > > > > Michael > > > > > > > > > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
