Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GetPrinter()
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
01525443
Message ID:
01525639
Views:
56
>>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform