Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error when calling activex method
Message
From
13/01/2003 22:26:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Error when calling activex method
Miscellaneous
Thread ID:
00741265
Message ID:
00741265
Views:
59
I need to send an array of variants to an olecontrol and am getting an error. I do it this way but am getting an error. What could it be? TIA, Alex
* Thisform.oSheet contains oleobject, Thisform.aSheet contains an array
* Intellisense for GetArray indicates:
*    GetArray(ColLeft AS Number,RowTop AS Number, VarArray AS Variant) AS Logical
DIMENSION Thisform.aSheet[15,15]
ACOPY(Thisform.aSheet,laSheet)
llStatus = Thisform.oSheet.GetArray(1,1,@laSheet)
Next
Reply
Map
View

Click here to load this message in the networking platform