Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Operator mismatch
Message
 
 
À
23/05/2010 05:31:53
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01465616
Message ID:
01465640
Vues:
47
>I am using this code snippet below and getting the operator/operand type mismatch error for
>this part:
>
>oExcel.Cells[nRow, 8].Value <= 3.2".
>
>
>code snippet:
>
>FOR nRow = 1 TO  oExcel.ActiveWorkBook.ActiveSheet.UsedRange.Rows.Count
>      IF (oExcel.Cells[nRow, 2].Value = "eseti" AND oExcel.Cells[nRow, 8].Value <= 3.2)
>       	    oExcel.Cells[nRow, 2].Interior.Color = RGB(255,153,255)
>      ENDIF
>ENDFOR
>
>
>Can anyone help?

To be sure:
IF oExcel.Cells[nRow, 2].Value = "eseti" AND transform(oExcel.Cells[nRow, 8].Value) <= "3.2"
If it's not broken, fix it until it is.


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

Click here to load this message in the networking platform