
Unrecognized phrase/keyword
: In FP Windows, getting sporadic error message 'Unrecognized
: phrase/keyword in command' at same line of code. This happens
: in .exe, not interpreted version. Message(1) returns same string
: in my error routine. ie Message(1) = 'Unrecognized phrase.....'
: It happens intermittently and there's nothing
: wrong with the code at lineno().
: Thank you
: John Field
Found the problem. The variable that was referenced in the statement
had been accidently redefined in another routine to another data type.
So when foxpro encountered the statement with the redefined variable,
it choked.
Thanks
John Field