Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Two filters
Message
From
30/04/2001 13:09:23
 
 
To
30/04/2001 13:00:54
Ben Dekker
Dekker Soft & Hardware
Axel, Netherlands
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00501613
Message ID:
00501631
Views:
18
>    set filter to periode = jaar.periode .and. datum = cdow(dDatum)
>
>jaar.periode is numeric and dDatum is a date
>I got the error Operator/Operand type mismatch

That's because CDOW() returns a string, so you are attempting to compare a date with a string.

Why are you trying to use CDOW()?
Sylvain Demers
Previous
Reply
Map
View

Click here to load this message in the networking platform