W
Wayne-I-M
Hi all
Is there a method to force an OnClick event on a active x calendar control.
I didn’t think this was a problem as I had set it to OnLostFocus but a few
users of one DB have asked that a date is displayed in an unbound text box
OnClick.
No problem I thought. ??
Even though there is an OnClick event available, nothing seems to work
until the calendar has lost focus.
I have no problem with the coding of the event it is simply that the OnClick
event doesn’t seem to work.
The form is set allow edits, the calendar is enabled, etc. Have tried
DblClick, etc. The only thing that seems to cick off an event is
OnLostFocus, which can’t be coded eg. OnClick – SomeThingElse.setfocus, as
the OnClick doesn’t fire.
Obviously I’m missing something here.
Is there a method to force an OnClick event on a active x calendar control.
I didn’t think this was a problem as I had set it to OnLostFocus but a few
users of one DB have asked that a date is displayed in an unbound text box
OnClick.
No problem I thought. ??
Even though there is an OnClick event available, nothing seems to work
until the calendar has lost focus.
I have no problem with the coding of the event it is simply that the OnClick
event doesn’t seem to work.
The form is set allow edits, the calendar is enabled, etc. Have tried
DblClick, etc. The only thing that seems to cick off an event is
OnLostFocus, which can’t be coded eg. OnClick – SomeThingElse.setfocus, as
the OnClick doesn’t fire.
Obviously I’m missing something here.