--- "Mark A. Peters" wrote:
> I have tried using the Memory Manager functions for
> converting LocalID's to pointers for this, but they 
> always return a NULL value when given even a valid dbID.

That's surprising.  In the following code, MemLocalIDToLockedPtr()
doesn't return NULL when I run it:

  MemPtr p;
  LocalID local;
  UInt16 cardNo = 0;
        
  local = DmFindDatabase( cardNo, "Memo Pad" );
  p = MemLocalIDToLockedPtr( local, cardNo );


__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

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

Reply via email to