Dana, Thanks again for your help with C. Much appreciated. I wish Palm could document these things a bit better to help.
Also I should apologize for relying too much on POSE as it seems to be buggy. Other times I have found that the line it fails at is miles away from the real culprit and I have wasted hours working on the wrong solution to the problem. Will let you know if I get it working thanks. Cheers, Barry On 12/06/2004 at 8:50, [EMAIL PROTECTED] (Dana Long) wrote: > Barry, > > Char *StrCopy (Char *dst, const Char *src) is failing because you are > tyring to write to the string literal text which you can't do. Notice > the order or src and dst. It think you have it backwards. > Call MemHandleUnlock after you call StrCopy() but before you call > FldSetTextHandle(); > void FldSetTextHandle (FieldType *fldP, MemHandle textHandle) takes a > MemHandle not a char * so pass it recH. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
