Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ole error
Message
De
14/01/1999 14:31:04
 
 
À
07/01/1999 16:43:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00173805
Message ID:
00176126
Vues:
28
VFP has a nice feature that it self register the OCX If it is not already registered, VFP first looks for ActiveX control in the current working directory then in the path.
In your application before going to ActiveX control issue this command,

! /n regsrvr32 /s /u YOURFILE.OCX r

/s is used for silent process

Above command will unregister the OCX from registry and VFP will register
it again with correct parameters.

Try to keep all OCX in current working directory instead of Windows\system directory. Upgrading an OCX in windows system might create problem for other
programs. VFP works fine and even faster by keeping the OCX in the same directory of .EXE.

Regards,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform