Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GetPrinter()
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
01525443
Message ID:
01525639
Vues:
57
>>Hi Mike. Thanks for replying.
>>I downloaded and extracted PDialog.* but get an error message when I try to run it
>>set classlib to pdialog additive --> Runs Ok
>>o=createobject("pdialog.pdialog") --> Function argument value type or count invalid (Init of PDialog)
>>
>>Have I downloaded the correct file ?
>>
>>Regards,
>>Gerard
>>
>You should use a different way of creating the object, e.g.
>o = createobject("pdialog")
>
>The first way is for classes compiled as DLL.

It seems that both

o = createobject("pdialog")

and
o = createobject("pdialog.pdialog")

Work correctly in this case.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform