Another programmer and I have the same exact code. I say this because he uploaded ti to SVN and I downloaded it through SVN. The only thing different is the SQL server connection. His is connected to the live production server and my connection is connected to the development server. This is the only difference. However, he can compile without any errors and I cannot. The error message I received is the following:
Compile error:
Procedure declaration does not match description of event or procedure having the same name.
The program then highlighted this:
Private Sub SSTabCarPayProd_Click(PreviousTab As Integer)
Any ideas what I can do to resolve this?
Compile error:
Procedure declaration does not match description of event or procedure having the same name.
The program then highlighted this:
Private Sub SSTabCarPayProd_Click(PreviousTab As Integer)
Any ideas what I can do to resolve this?