Following works in VFP8 but _not_ in VFP9:
INDEX ON ALLTRIM(add_adr) TAG add_adr
FIND 'ABC'
---> VFP9 error: "Data type mismatch"
Add_adr is a character field. It's related to the ALLTRIM() in the INDEX expression; without that everything is OK. And, as I said, under VFP8 everything is OK too.
Any ideas?
Rafi
INDEX ON ALLTRIM(add_adr) TAG add_adr
FIND 'ABC'
---> VFP9 error: "Data type mismatch"
Add_adr is a character field. It's related to the ALLTRIM() in the INDEX expression; without that everything is OK. And, as I said, under VFP8 everything is OK too.
Any ideas?
Rafi