Using Active X Control Calendar 9.0 (1 Viewer)

ramsayaj

Registered User.
Local time
Today, 01:37
Joined
Nov 11, 2002
Messages
16
Hi there,

Can anyone advise me on the scope or limitations of the Calendar 9.0 control? I am hoping to use it to allow records to be date stamped, (i.e. click on the date on the calendar and have that date recorded with that record).

Many thanks,
Alan
 

Jack Cowley

Registered User.
Local time
Today, 01:37
Joined
Aug 7, 2000
Messages
2,639
Just be aware that the Calendar control does not have an On Click event so you need to write it yourself. If your control is named Calendar then this is what you would create:

Private Sub Calendar_Click()

..you code here..

End Sub

Other than that you should be good to go...

hth,
Jack
 

ramsayaj

Registered User.
Local time
Today, 01:37
Joined
Nov 11, 2002
Messages
16
Thanks Jack, I'll give it a go and see how I get on.

Cheers,
Alan
 

Users who are viewing this thread

Top Bottom