> From: Joe Siebenmann
> 
> I have a MULTIPLELINES field of 15000 characters (MAXCHARS).  
> Here's my question:  I'm putting many "result" strings into 
> the field.  If I use FldInsert() to load it into the "end" 
> of the Field, it's fine for a while.
> When I have to grab the Field's Handle and chop-off the top 
> part, to fit the next "result" at the bottom, it wants to 
> re-display the entire field, not just the last part.  So 
> the result isn't very smooth/pretty.
> 

You might want to try using a List or a Table instead of a Field.


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

Reply via email to