Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Zip
Message
From
11/05/2004 05:27:24
 
 
To
11/05/2004 04:54:39
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Zip
Miscellaneous
Thread ID:
00902735
Message ID:
00902752
Views:
20
I have no syntax error. Perhaps VFP5 does not have the TRANSFORM() command. In which case use:
cDestFile = "month" + ALLTRIM( STR( nCurMonth ) ) + ".dbf"
>hello,
>thank you for replay, i use vfp5,
>
>
>i get syntax error at line 3
>
>CLOSE ALL
>nCurMonth = MONTH( DATE() )
>**cDestFile = "month" + TRANSFORM( nCurMonth ) + ".dbf"** SYNTAX ERROR
>
>COPY FILE salar.dbf TO (cDestFile)
>
>SELECT 0
>USE salar EXCLUSIVE
>ZAP
>USE
>
>
>i get
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform