Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Missing operand (Error 1231)
Message
De
20/11/2004 11:54:44
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
00963206
Message ID:
00963209
Vues:
7
>Hi all,
>
>
>I have a strange Missing operand (Error 1231)
>
>
>FUNCTION Test67()
>  USE C:\CDBK70\AMLINE\data1\Resident IN 0
>
>  PRIVATE condit
>  PRIVATE dvd
>
>  dvd = DATE()
>  condit = [resident.dentree < ?dvd - 800 ]
>
>  CREATE CURSOR Sit ( nombre I )
>
>  INSERT INTO Sit ( nombre ) ;
>    SELECT COUNT(*) FROM (AMLINE!Resident AS 'R' WHERE &condit
>  *-- Here i have Missing operand (Error 1231) ( with the condit clause).
>
> ENDFUNC
>
>
>When i replace ?dvd with Date() i hav'nt no error...
>
>Thank in advance
>
>bernhart

1. typo or error ?
(AMLINE!
2. you rename the table with R, then
condit = [r.dentree < ?dvd - 800 ]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform