-
I have a standard ADO Data Control and am playing around with the Events. However, whenever I define an ADO DC event (using the VB framework) I get the following error:
"Procedure declaration does not match description of event or procedure having same name"
Looks like a name clash - but why... Dodgy references, DLL hell?
Any ideas considered.
Cheers,
P.
-
Is the ADO data control part of a control array?
-
Tx for the interest.
No its not. Just a v.simple form with one text box and a single ADO data control.
Cheers,
P.
-
Hi Paul,
What is the event giving you the error?
-
It is any event with the ADO DC. The particular event is "MoveComplete". This error occurs at compile time so it is obviously a name clash - could it be double references?
Cheers,
P.
-
I have got this one - I was referencing ADO 2.1 Library (the latest I had). The problem disappeared when I set the reference back to ADO 2.0! I don't have control of my environment and I am unsure what Service Pack we have! Ho hum...
Thanks to all for their interest.
Cheers,
P.
-
good for you paul, I was just about to ask that question, so i could try to re-create your error, but hey, no need now