Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing arrays to Excel variant properties
Message
From
01/04/2004 07:34:53
Norbert Kustra
SunSoft plus spol. s r.o.
Dolny Kubin, Slovakia
 
 
To
01/04/2004 07:04:33
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00887487
Message ID:
00891430
Views:
32
If your e-mail doesn't work, you can try this:
Download the sample data from http://www.sunsoft.sk/ftp/test.zip
Open TEST1.XLS - there are two pivottables on the sheet connected to the same pivotcache. Open VFP and try this code:
xl=GETOBJECT(,"Excel.Application")
pc=xl.ActiveWorkbook.PivotCaches(1)
pc.CommandText = 'select * from DS1 ds1'
... and I get error OLE error code 0x800a03ec: Unknown COM status code... :-(
When I open TEST2 with one pivottable, all works fine.

Do you have any idea how to reslove this problem?
Thanks
Norbert
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform