Access VBA & Taskpanel error |
Post Reply |
Author | |
syndalis
Groupie Joined: 20 October 2005 Location: United States Status: Offline Points: 19 |
Post Options
Thanks(0)
Posted: 27 October 2005 at 10:36am |
I am trying to use the following code:
Private Sub wndTaskPanel_ItemClick(ByVal Item As ITaskPanelGroupItem) from the VB6 example, I modified it as such Private Sub wndTaskPanel_ItemClick() Dim Item As ITaskPanelGroupItem I am getting an onOpen error on my form, not allowing me to bring the form into live mode, and I believe it has to do with the fact that ItemClick is not recognized as an event in Access. How do i go about fixing that? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
In Access you must use ByVal Item as Object |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |