> if (recordP.address && *recordP.address)
>         {
>         h = MemHandleNew (StrLen (recordP.address)  + 1);
>         p = MemHandleLock (h);
>         StrCopy (p, recordP.address);
>         MemPtrUnlock (p);
           }
           else
                   h = NULL;

>         fld = GetObjectPtr (fldAddress);
>         FldSetTextHandle (fld, h);



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