Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not same format
Message
From
24/12/2005 05:07:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Not same format
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01080688
Message ID:
01080688
Views:
49
hi all,

any idea help

i try via code under to convert myDBF.file to excel sheet it works but i have field as date 01/01/2005
after convert i see it as 01-Jan-05 i need it as it is 01/01/2005
USE table1
gcDelimName = ALIAS( ) + '.xls'
gcDelimFile = PUTFILE('excel_file:', gcDelimName, 'xls')
IF EMPTY(gcDelimFile)  
   CANCEL
ENDIF
COPY TO (gcDelimFile) XLS  
thanks
Next
Reply
Map
View

Click here to load this message in the networking platform