Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Date Syntax problem
Message
De
22/12/2003 17:56:06
 
 
À
22/12/2003 17:22:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00861436
Message ID:
00861442
Vues:
24
>Set Century On
>MyDate = Date(2003,12,22)
>Set filter to shipdate < = Mydate
>Browse
>

Is there perhaps a field in the cursor being filtered called mydate? if there is, try using a different variable name or the m. prefix. e.g.
Set Century On
m.MyDate = Date(2003,12,22)
Set filter to shipdate <= m.Mydate
Browse
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform