I've got an editbox(edtNotes) with the following parameters:
.maxlength = 0
.addlinefeeds= .t.

The entries here is stored in a field called notes with 250 char. For some
reason when i try add something on the next line, the second line(and
succeeding) doesn't save for some reason.

Any help?

Thanks.

Re: editbox not saving all entries by Olaf

Olaf
Thu Oct 26 10:18:30 CDT 2006

Make the char field a binary char field,
then you can save linefeeds and multiple
lines. Or use a memo field instead.

Bye, Olaf.