WayneFrank
Member
I am running a Progress program which includes the line
OR upper(notes.notes) MATCHES "*FORM 3*"
One of the lines returned is
bfx: Field too large for a data item. Try to increase -s. (42)
When I take out the FORM3 line, the bfx line disappears from the output.
I also have
OR upper(notes.notes) MATCHES "*FORM III*"
but that does not cause the mysterious message.
What is going on here?
I have Version 9.1B of Progress
Thanks, Wayne
OR upper(notes.notes) MATCHES "*FORM 3*"
One of the lines returned is
bfx: Field too large for a data item. Try to increase -s. (42)
When I take out the FORM3 line, the bfx line disappears from the output.
I also have
OR upper(notes.notes) MATCHES "*FORM III*"
but that does not cause the mysterious message.
What is going on here?
I have Version 9.1B of Progress
Thanks, Wayne