Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SET FDOW doesn't work for me
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01090273
Message ID:
01090297
Vues:
9
>Sergey and Yuri
>
>? DOW(DATE(), SET("FDOW"))
>
>works perfect
>But I read the help. I don't find DOW() function is not affected by SET FDOW

The DOW syntax requires the second parameter to be set in order to comply with set fdow. Either:
- dow(date(),set("fdow"))
OR
- dow(date(),0)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform