Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ActiveX Objects
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01286285
Message ID:
01286309
Vues:
37
This message has been marked as the solution to the initial question of the thread.
>I do have a DLL file though. But when using Createobject(), I would not know where to define the location and name of the dll file.
>
>lo = CREATEOBJECT("OMRProcessor")
>lo = CREATEOBJECT("OMRProcessor","C:\Program Files\Pegasus Imaging\FormFix\V3.0\Components\ActiveX-COM\PegasusImaging.ActiveX.FormFix3.dll")
>
>AS expected both give the error "Class definition OMRProcessor not found".

It should be something like

createobject("OMRProcessor.OMRProcessor") or first it should be the name of your OCX. A bit hard to figure this out.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform