In a message dated 9/16/00 9:44:46 PM Eastern Daylight Time, 
[EMAIL PROTECTED] writes:

> Well, this is just of the top of my head, but aren't you mixing two
>  different approaches here?  

I sure was. Part of the problem of trying something new with too many
reference tomes at hand.

This worked...
  VoidHand h;CharPtr s;
  h = DmQueryRecord(rDB,index);
  s = MemHandleLock(h);
  MemHandleUnlock(h);
  *handle = h;
  *offset = DBR_TITLE_START;
  *size = DBR_TITLE_SIZE;
  FldSetUsable(fld,true);
  FldDrawField(fld);
  FldFreeMemory(fld);

-- 
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