From: Eric Selje
[mailto:eselje@...] Sent: Wednesday, May 05, 2004
10:44 AM To: madfox_vfp@... Subject: Re: [madfox_vfp] Active X
calendar control
?
Because of the hassle
involved with ActiveX controls (making sure the end-users got it, making sure
all developers have a developers license, etc.) I try to use native controls
whenever possible.? There's a really good VFP-written Calendar control available
on the UniversalThread.
Eric
Chad J. Lemmer wrote:
You need to reference
the OBJECT in the OLE container, like this:
I'm
working on a new app for a client and am using the MS date & time picker v6(sp4)
calendar control.? So here's the problem, and maybe there is just
something I am not grokking here.? I need to disable this control from
other places on a form.? But it seems that no matter how I set the
.enabled property the damned control stays enabled.? I ran this through
the debugger so I could watch things and the property says disabled, still the
control is enabled and you can fool with it and the change() (same as
interactivechange() event)?and click() events fire.? Any insights
would be appreciated.