I got a compiler complaining about
workEditinstance = new WorkEditClass
I changed the name of the instance, I changed the name of the class,
I still get the error ...
Oh, gosh, what is this one... I get it all the time. Something to do
with the constructor method you've set up.
...
Ah ha. Your WorkEditClass probably has two duplicate constructors named
WorkEditClass. The compiler really should do a better job of
identifying where the problem in the code is, instead of highlighting
the first instance where the class is instantiated.
Eric M. Williams
Oxalyn Software
http://software.oxalyn.com/
AE Monitor
http://software.oxalyn.com/AEMonitor/
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>