Bob Thank you very much for your previous help it didnt work also tried with following code
aptr=MemHandleLock(newrecord);
length += StrLen(a.Name);
DmWrite(packed,0 ,&a.Name,length);
length += 1;
DmWrite(packed,length,"\0",1);
length += 1;
DmWrite(packed,length ,&a.notes,StrLen(a.notes));
MemHandleUnlock(newrecord);
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
