Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid path or filename
Message
From
08/07/2012 05:48:54
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Invalid path or filename
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows 7
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01547814
Message ID:
01547814
Views:
85
hi all,

i use to this code at office 2003 it works , i try it with office 2007. error message
invalid path or filename
SET DEFAULT TO C:\dept
a=str(YEAR(DATE()))+"_"+TRANSFORM(MONTH(DATE())-1)
SET DEFAULT TO C:\dept\&a
gcDelimName = ALIAS( ) + '.xlsx'
gcDelimfile = forcepath(m.gcDelimName,'c:\dept\&a')
IF !EMPTY(m.gcDelimFile)  
  COPY TO (m.gcDelimFile) type xls& i try xlsx,xl5,and csv
ENDIF


thanks 
Next
Reply
Map
View

Click here to load this message in the networking platform