On Feb 14, 2006, at 10:06 AM, Charles Yeomans wrote:
The compiler has told you what it thinks is wrong. What is the
object cmInfoP that you're passing to BuildComplexCM? It should be
an object of class cmInfoP that was created with a line of code like
cmInfoP = new cmInfoP.
Sorry. That's not working.
However, changing things to read as follows:
class object = cmInfo as MenuItem
in the ConstructContextualMenu()
dim cmInfoP as cmInfo
cmInfoP = new cmInfo
In BuildComplexCM() changed param to read theCM as cmInfo.
THAT works. At least as far as compiling. Now...down into the
dirt..... But I better clean up before fixing the V-Day dinner.
Regards,
Chuck
_______________________________________________
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>