Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Com Automation Problems with Quick Address
Message
De
26/01/2004 07:07:07
 
 
À
19/01/2004 12:45:48
Paul Robinshaw
Silkworm Technologies Limited
Macclesfield, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00868194
Message ID:
00870516
Vues:
10
Hello,

the object browser in FoxPro maybe don't displays the correct types of the array's the object excepts ...

look at the real IDL interface definition with "OLEView.exe" (shipped with Visual Studio) ..

in it you can see what kind's of arrays are expected (in the "View Typelib" window) ..
they could be array's of strings .. or of numerical datatypes ..
your examples passes array'S of Variant's and it could be that this is not what the COM object is actually expecting ..

e.g try

DIMENSION asSearch[2] AS String
DIMENSION asPreviews[1] AS String
...

Regards

Christian
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform