Access Example - Dbl-Click Error?? |
Post Reply |
Author | |
bardaroart
Newbie Joined: 11 February 2007 Status: Offline Points: 17 |
Post Options
Thanks(0)
Posted: 12 February 2007 at 10:53am |
New Access Example Crashes when Dbl-Clicking an Event I had the demo installed and the Access example working - when I uninstalled the Demo and Installed the real Version of the Control - the Access Example generates an error - see code below... Any help is appreciated Thanks! - AB Private Sub CalendarControl1_DblClick() Dim HitTest As CalendarHitTestInfo Set HitTest = Me.CalendarControl1.ActiveView.HitTest If HitTest.ViewEvent Is Nothing Then ' mnuNewEvent_Click g_pEditEvenArgs.setNewEvent Me.CalendarControl1.Object Else g_pEditEvenArgs.setEditingEvent Me.CalendarControl1.Object, HitTest.ViewEvent.Event End If DoCmd.OpenForm "FrmEditEvent", , , , , acDialog End Sub |
|
bardaroart
Newbie Joined: 11 February 2007 Status: Offline Points: 17 |
Post Options
Thanks(0)
|
errors fixed - made some changes to references...
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |