Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MS CAlendar Control in VFP 5.0a
Message
From
14/01/1999 14:24:40
 
 
To
07/01/1999 09:26:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00173466
Message ID:
00176121
Views:
30
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 MSCAL.OCX or any other OCX file that might be conflicting with other version.

Above command will unregister the MSCAL.OCX 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.

Regards,
Previous
Reply
Map
View

Click here to load this message in the networking platform