Hi
Example
How do I test whether the field name "amount" exist in the dbf "Inv".
Thanks
Regards
ACWoo
FWH1303+Harbour+bcc582
Hi
Example
How do I test whether the field name "amount" exist in the dbf "Inv".
Thanks
Regards
ACWoo
FWH1303+Harbour+bcc582
Try this:
FieldPos( "fieldname" ) != 0
Thanks Antonio
It works.
Regards
ACWoo