Invalid syntax. The syntax indicates that the next element being evaluated should be an object but it isn't.
For example, if you had a form called myform with a text box called text1, the command myform.txt.value = "help" would generate this error. The command should be myform.text1.value = "help".
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08