Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keep getting missing operand
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01127695
Message ID:
01127696
Views:
11
You forgot to put ';' at the end of the 2 first lines to indicate that statement continues.

>I know this is a stupid question, but I keep getting a message saying "missing operand" when I hit close on my code window. Here is the code:
>
>
>      	IF ((ALLTRIM(thisform.txtven.value) != thisform.vendorhold) OR ;
>      		(ALLTRIM(thisform.txtpono.Value) != thisform.ponohold) OR ;
>      		(ALLTRIM(thisform.txtactamt.Value) != thisform.actamthold))
>
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform