At 12:00am -0700 00-05-06, Palm Developer Forum digest wrote:
>Subject: Field.c, Line:201, Invalid word wrapping info.
>From: Paul Nevai <[EMAIL PROTECTED]>
>Date: Fri, 5 May 2000 07:07:43 -0400 (EDT)
>X-Message-Number: 10
>
>Can someone explain me what this POSE gremlion message means? Thanks! Best
>regards, Paul
>
>Field.c, Line:201, Invalid word wrapping info.

You'll get this fatal alert if you have a multi-line text field which 
contains text, and either (a) the starting offset of a line isn't 
equal to the starting offset of the previous line plus the number of 
bytes on the previous line, or (b) the ending offset of any line is 
greater than the length of text in the field.

This check thus walks through the FieldType.lines array, calculating 
starting line offsets and comparing the results to the values stored 
in the array.

Typically you'll get this error if you directly modify the text in a 
field, and forget to update the text length.

-- Ken

Ken Krugler
TransPac Software, Inc.
<http://www.transpac.com>
+1 530-470-9200

-- 
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