Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert cmonth +year
Message
 
To
25/07/2004 07:35:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00927668
Message ID:
00927692
Views:
29
Date() is a function and you need the "()". Try:
CMONTH(DATE()) + ' ' + TRANSFORM(YEAR(DATE()))

Einar

>hi,
>thank you for reply,
>
>i get error messages,
>? CMONTH(DATE()) + ' ' + TRANSFORM(YEAR(DATE))
>1.date not found
>*********************************
>
>THISFORM.TEXT3.VALUE=CMONTH(THISFORM.TEXT3.VALUE) + ' ' + TRANSFORM(YEAR(THISFORM.TEXT3.VALUE))
>2.Function argument value, type, or count is invalid
>
>
>regards
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform