Hi, I have this problem
All of a sudden my adodc control does not want to compile its own events
something like:
Private Sub AdodcVehicle_MoveComplete(ByVal adReason As
ADODB.EventReasonEnum, ByVal pError As ADODB.Error, adStatus As
ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset
End Sub
This would give me the following error:
Compile Error:
Procedure Decleration does not match prescription of event or procedure
having the same name
Where the heck does this error comes from????
it worked all the time
The only thing that changed is my development hardware, so I needed to
install VB6 again
Any points where to look?
Thanks
Vincent
Vincent - 30 Sep 2003 14:58 GMT
ah... don't worry....
I needed to install SP5
Vincent
> Hi, I have this problem
> All of a sudden my adodc control does not want to compile its own events
[quoted text clipped - 19 lines]
> Thanks
> Vincent