Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compiler error
Message
 
 
À
13/04/2015 08:24:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01618290
Message ID:
01618292
Vues:
40
>>Hi everybody,
>>
>>I can not compile this code - getting missing operand but I am not seeing the error. May be someone else can see what's wrong here?
>>
>>
>>if upper(toAddress.Address) == upper(toOriginalAddress.Address) AND ;
>>
>>		upper(toAddress.Address2) == upper(toOriginalAddress.Address2) and ;
>>
>>		upper(toAddress.City) == upper(toOriginalAddress.City) and ;
>>
>>		upper(toAddress.State) == upper(toOriginalAddress.State) and ;
>>
>>		upper(toAddress.Zip) == upper(toOriginalAddress.Zip) and ;
>>
>>		upper(toAddress.Country) == upper(toOriginalAddress.Country) 
>>
>>
>>I had actually not condition, but decided to take out NOT for now. Still doesn't compile.
>
>Have you tried taking out one piece at a time? Actually, I might go the other way here--start with just the first condition and add them one at a time until I see what breaks it.
>
>Tamar

Yes, I tried. It actually complains on the very first condition.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform