Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting filter with date problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01274623
Message ID:
01274630
Vues:
9
>SET FILTER TO dmrr >= "01/01/"+ALLTRIM(m.dmryearpick)
>
>dmrr is a date. This is giving me a syntax error. m.dmryearpick is a 4 digit year. Anyone know what the correct syntax for this command should be?
lcFilter = [dmrr >= {^] + STR(m.dmryearpick,4) + [/01/01}]
SET FILTER TO &lcFilter 
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform