Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The Calendar Control
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00134481
Message ID:
00136180
Views:
14
>The syntax is wrong, make it either;
>
>myDate = EVALUATE( "{^" + STR(This.Year,4) + "/" + STR(Tis.Month,2) + ;
>         "/" + STR(This.Day,2) + "}" )
>
or

myDate = DATE(This.Year, This.Month, This.Day)

if you're using VFP6....
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Reply
Map
View

Click here to load this message in the networking platform