Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error when calling activex method
Message
De
13/01/2003 22:26:31
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Error when calling activex method
Divers
Thread ID:
00741265
Message ID:
00741265
Vues:
60
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)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform