At 12:37 PM +0530 11/4/02, Jayanarayanan M N wrote: >Sorry, cut paste error. Here is the code that crashes.. > >thisField= FrmGetObjectPtr( thisForm , FrmGetObjectIndex( thisForm, controlID )); >fldTextP = FldGetTextPtr( thisField); >StrCopy ( strBig, fldPtr ) > >where controlID is the ID of the field
In that case, the problem is that you are assigning the text pointer to "fldTextP", but trying to copy from "fldPtr". -- Keith -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
