Could someboy shed some light or point me to some literature on the subject. I am obviously missing something here.
It's in EditViewLoadRecord
fld = FrmGetObjectPtr (frm, FrmGetObjectIndex (frm, EditMemoField));
DmRecordInfo (MemoDB, CurrentRecord, &attr, NULL, NULL);
memoRec = DmGetRecord (MemoDB, CurrentRecord);
FldSetTextHandle (fld, memoRec);
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
