I tried it, but it doesn't work because this function requires the text to be stored in memory throughout it's use...
Thanks for trying! Any other ideas or workarounds that you can think of? -----Original Message----- From: Henk Jonas [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 11:47 AM To: Palm Developer Forum Subject: Re: strange fatal exception Have you tried a static string, like FldSetTextPtr(fldStartDay, "This is the end, my friend"); ? Ornstein, Adam wrote: > One more note: > > TXTSTARTDAY is declared like this in the resource file > > FIELD ID TXTSTARTDAY AT (29 122 119 16) MAXCHARS 255 NONEDITABLE > > > > This statement is the one that causes the problem > FldSetTextPtr(fldStartDay, gc6DaysPriorDate); > > ---- -- ------------------------------------------------------------------------- Henk Jonas Palm OS (r) certified developer [EMAIL PROTECTED] www.metaviewsoft.de ------------------------------------------------------------------------- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
