Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - Some events unavailable in Access
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Some events unavailable in Access

 Post Reply Post Reply
Author
Message
Muesli View Drop Down
Newbie
Newbie


Joined: 01 December 2008
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote Muesli Quote  Post ReplyReply Direct Link To This Post Topic: Some events unavailable in Access
    Posted: 05 December 2008 at 4:41pm
Why are certain Calendar 12.1.1 events unavailable in Access XP (2002) (under WinXP SP2) while other are.

The error is:
Procedure declaration does not match description of event or procedure having same name

Unavailable events are for example:
Private Sub CalendarControl_IsEditOperationDisabled(ByVal OpParams As CalendarEditOperationParameters, ByRef bDisableOperation As Boolean)
Private Sub CalendarControl_EventChangedEx(ByVal pEvent As CalendarEvent)

No problem though with:
Private Sub CalendarControl_DblClick()
Private Sub CalendarControl_MouseMove()
Private Sub CalendarControl_MouseUp

Several other users of this forum seem to have stubble upon this, but no sultion has been presented yet.

Any ideas ?

Ptrick






Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 10 December 2008 at 12:53pm
They work for me, seems the declaration is wrong:

Private Sub CalendarControl1_IsEditOperationDisabled(ByVal OpParams As Object, bDisableOperation As Boolean)
Private Sub CalendarControl1_EventChangedEx(ByVal pEvent As Object)

Maybe you cut\paste from VB6 sample?


Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.