I have a project I have been working on in RB 2006r2 Standard for
Windows. It uses a third-party ActiveX control - XPDFViewer from
Glyph and Cog. I've been having good luck with it, but just now tried
to build it with RB 2006R3.
I get about a dozen compiler errors on methods of the control in
cases where the code in R2 looks like this:
Return me.Content.Invoke("printWithDialog")
and in R3 it looks like this:
Return me.Content.Invoke("printWithDialog")
Return retVal
"retVal" is not declared anywhere, so it gives a "This property does
not exist" error. If I delete the "Return retval" lines, it builds,
and seems to run fine, but of course, the next time I open the
project, the offending lines are back.
Anyone know what might be going on here?
Thanks
--
Peter Truskier
Premedia Systems, Inc.
Berkeley, CA USA
_______________________________________________
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>