by Gilbert » Wed Nov 01, 2006 11:17 pm
Hi Enrico,
You`re right, tho OnError METHOD handles the fields content to return when an error occurs in the class by doing cString := oDbf:fieldname or
oDbf:fieldname := cString
Doing some test I also figured out than an `_` is passed in front of the fieldname when doing oDbf:filedname := cString, limiting the lenght of the fieldname to 9 positions. Does that mean that the field name of the database must not have more than 9 positions ?
This limitation seems to be only for FiveWin + Clipper. Am I right ?
Regards