Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SET FDOW doesn't work for me
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01090273
Message ID:
01090297
Views:
8
>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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform