cwb
Posts: 5
|
| Posted: 08/24/2006, 2:46 PM |
|
I'm trying to get the right syntax for using the Calendar control and new events. In my attempts so far I tried to use the sample from the CCS Help but with no joy. I have tried a number of ways of doing it - but its probaly easier to just provide you with the following and hope for some help:
Function vCalendar_BeforeShow(Sender)
Dim sEventText, dEventDate
'need other Dims for Calender
sEventText = "My Event"
dEventDate = now()
'Need commands to add event
End Function
Regards,
Craig
|
 |
 |
|