Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calendar Control Registration
Message
De
03/02/2005 07:36:11
Jon Neale
Bond International Software
Wootton Bassett, Royaume Uni
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00983399
Message ID:
00983406
Vues:
16
This code should give you an idea of how to register it.


IF TYPE([createobject("Pay.RollDescription.1")]) <> "O"
lcPbquery = addbs(THIS.Path) + "pbquery2.dll"
IF !FILE(lcPbquery)
lcPbquery = addbs(g_appdir) + "pbquery2.dll"
ENDIF
DECLARE DllRegisterServer IN (lcPbquery)
lnResult = DllRegisterServer()
IF !lnResult
* error occurred registering dll
ENDIF
ENDIF

HTH


>I need to register the Calendar control on some workstations. Does anyone know the name of the actual file and the command to register the file?
>
>Thanks in Advance.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform