Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date To String (In Excel) problem
Message
From
26/04/2006 23:20:03
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01116547
Message ID:
01116948
Views:
13
sorry, I should said it cleary.
my company got one old vfp application which can generate some invoice and export to EXCEL.
syntax :
select invoice,invoicedate,currency,totalamount from myInvoiceTable into Cursor pTemp
SELECT pTemp
EXPORT TO C:\myExcel.xls (the invoice date is string type in excel field)

Now, In vb.net I use excel.application , export the invoice date to myExcel_net.xls(the type become date field)
my client got a marco with some forumla to link with myExcel.xls

However, As I can't convert date field into String type, he complaint that his marco doesn't work anymore.
I am very suffer .....
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform