General Usage RSReport RSW32.OCX

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
rokosz
Posts: 19
Joined: Tue Oct 10, 2017 12:44 pm

General Usage RSReport RSW32.OCX

Post by rokosz » Mon Aug 04, 2003 11:12 pm

The R&R sample SQL rsw32.ocx app runs fine.____Attempting the same effort (using the same pathxxx.rsw) in an ASP does not. ____The ocx will respect & use the username and password parameters. This shows that it does respond, at run-time, to at least some minimal amount.____The rsreport1.reportname is set at design time as desired.____However, at run time, an Common Dialog _always_ appears titled "Open Report". This dialog does respect the rsreport1.WindowTitle in the start bar.____At design-time it behaves flawlessly and exactly as expected. At run-time it mis-steps.____It appears that the report viewer is not getting everything it should from the OCX properties. The common dialog does allow selection of the desired report (after drilling down) and runs it without issue.____Is this loss of parameter information a known bug? ____I sense this isn^t by design. Is the ocx not recommended for use outside of VB? ____If it is recommended for use outside VB - in which environments/platforms/languages?____thanks, Bryan

Post Reply