David,
Thanks for the response. I was actually able to figure it out this morning. See code below:
Option Explicit
----------------------------------
Private Sub Command1_Click()
CRViewer1.Visible = True
Check1.Visible = True
Dim webBroker, webSource
Set...
Is it possible to call a report hosted by the web component from an ActiveX Control? I have created a control that I need to display a report in. I don't really want to have to use the RDC since I am also making the report available through web reporting. Is it possible to direct the viewer...
Is it possible to use the datacontrol.url property to retrieve a recordset within an ActiveX control. I am using SQL 2000, but I do not want my clients to have to install the latest version of MDAC. They will all be required to use IE5+ so I know that they will have support for RDS.
Has...
I am trying to pass a property from a web page to my ActiveX control. I can succesfully pass it to a text field or to a caption, but I cannot pass it to a variable. I need to store it in a variable in order to call it in a SQL statement. Does anybody have any suggestions? I'm desperate...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.