Hi Folks,
I've just used the "Data Form Wizard" in VB6. This is a starting
point for me to learn something about data management in VB6
So that's all I did... used the wizard. Didn't do anything else,
I swear. ( It's all the Wizards' fault! )
Anyway, the wizard obviously wrote some code for me... but
when I attempt to run the debug and "see" all I've accomplished...
I get the following error:
************************************************** **
* Compile error
*
* Procedure declaration does not match description of event or
* procedure having the same name.
************************************************** **
I understand the nature of this kind of "error", but
the interesting thing is.... and <b>this is my question</b>:
If I delete ALL of the "Private Sub"s written by the Wizard, the test
will work. It seems that the Data Form Wizard wrote a bunch of code
that has little to do with the test.
I don't think the Wizard made mistakes, otherwise there would be a
huge "<i>Microsoft.public.
vb.HATE.wizards</i>" forum going on.
It must be a choice I made in the properties.... somewhere... but I am so new that this IS a show-stopper.
Can anyone help me with this. I'm not even competent to "read" my own
code yet much less second-guessing a Wizard.
Regards,
Paul