Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calendar control
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00130840
Message ID:
00131214
Views:
11
>I am usinf the MSACAL70 on my VFP 5.0 forms. Everything looks great on my PC when I run the form. After building the EXE and distributing it to other PC's my users can only see the days. The month and year combo boxes are missing and the whole control appears flat - not 3D like it does on my PC. Any ideas ?
>
>Bill Perkins
>bperkins@cabdev.com

Just had the same problem. It turns out we had both VFP5's MSACAL70.OCX and VFP6's MSCAL.OCX. If your form was built using the MSCAL6.OCX, and it is run on a system with ONLY MSACAL70.OCX, we got exactly the problems you described. The problem is that the SHOW.... properties of the control seem to be getting lost between the two versions. I had to register the old version, set the properties and recompile. then register the new version, set the properties and recompile again. Then it worked correctly for either control being registered.

To register:
REGSVR32 MSACAL70.OCX
REGSVR32 MSCAL.OCX
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform