anglepoise
Programmer
A VFP 8 application which I have been using for years and have not amended at all for nearly two months has today started throwing up Error 45 ("Not a character expression") on the following line:
= ADDPROPERTY (loObject, lcProperty, leValue)
Where lcProperty = 'aMRU[1]' and leValue = .F.
The error does not occur every time the command is executed with those parameters, but it does occur consistently at the same points within the program. It occurs both when running the code from within VFP and also when running the standalone EXE (even on another PC) even though the EXE has not changed and has never generated this error anytime prior to today.
Help!
= ADDPROPERTY (loObject, lcProperty, leValue)
Where lcProperty = 'aMRU[1]' and leValue = .F.
The error does not occur every time the command is executed with those parameters, but it does occur consistently at the same points within the program. It occurs both when running the code from within VFP and also when running the standalone EXE (even on another PC) even though the EXE has not changed and has never generated this error anytime prior to today.
Help!