If you are using a field insert function and the length of data you wanna add 
to the field is not given correctly as the third parameter to the function , 
then you may get this error.
else try to use strlen in the third parameter.

this is correct :
FldInsert(fieldPtr, "could not do something", 22);
 
this is wrong & will give wrap error :
FldInsert(fieldPtr, "could not do something", 25);


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

Reply via email to