Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange date formatting
Message
De
09/09/2008 19:31:51
Alan Harris-Reid
Baseline Data Services
Devon, Royaume Uni
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Strange date formatting
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01346235
Message ID:
01346235
Vues:
70
Hi,

I am having problems outputting certain dates from a cursor to an Excel spreadsheet using OLE automation. The date format setting is SET DATE ITALIAN (ie. dd-mm-yyyy). When the day is greater than 12, the date is correctly output (eg. 24-06-2008) but when the day is less than or equal to 12, the date is output is in mm/dd/yyyy format, ie. 7th January 2005 appears as 01/07/2005 instead of the expected 07-01-2005 (with / instead of - and the days/months reversed). All dates display correctly when I browse the cursor.

The automation code that loads the cell is as follows...
oWorkSheet.Cells(lnRow,5).value = MyDateField

I have tried the following, all without success...
SET DATE BRITISH
SET DATE DMY
oWorkSheet.Columns(5).NumberFormat = 'dd/mm/yy'
oWorkSheet.Cells(lnRow,5).value = DTOC(MyDateField)
oWorkSheet.Cells(lnRow,5).value = TRANSFORM(MyDateField,'@D')

Can anyone tell me how to get all dates into the correct format? Why is Excel trying to convert dates to American format? Any help would be appreciated.

TIA
Alan
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform