this got to be something easy. i have tried to alter
the statement many different ways but the result is
the same: i can't read the text displayed.

Char tmp[25] = { 0 };
...
StrCopy(tmp, "max: ");
StrCat(tmp, rec.size);
FldSetTextPtr(field, tmp); 
/**** that gives me nonreadable charactors. i can't
display correctly even before the StrCat *****/

/* the following works but i need "max: " infront */
FldSetTextPtr(field, rec.size);

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.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