I use VB6 and Crystal Report for VB6 (4.1), database is Access 97. When I
upgrade database to Access 2002, I couldn't verify database and print report,
always got password prompt. I didn't setup any password. Need help.
1. Crystal Report Writer (VB & Crystal Report.) Ahmedabad - VB Crystal Report
2. Printing a report (Crystal reports XI) from VB6 without previewing it
Is there any method to print a report created at runtime (no dsr files used) directly to a printer??
3. New to VB6 & Crystal Reports (help) command button to execute Csy-Report - VB Crystal Report
4. Blank Pages in a Report (Crystal Reports 8.5, with VB6)
Hi,
I have created a report with Crystal Reports 8.5, to be used in a VB6
application.
The report have one page header, and in the detail section, there are a
sub-report with 3 columns. In the Format Section, I have selected the option
"Format with multiple Columns", so the sub-report can be repeated
horizontaly twice, when the sub-report reaches the report footer. This seems
to work fine however, i'm always getting a second blank page, just with the
page header and footer, and with no values... What can I do to avoid this?
Thanks.
5. crystal reports-can I use vb6 reports in .Net
6. How to Tell When Crystal Reports 10 Report View is Busy in VB6
I'm using VB6 with the Crystal Reports 10 ActiveX Report Viewer control. The problem is that the user can select various reports from a menu, and the SQL Server database is located 500 miles away in a CoLo. As such, the reports come up more slowly than they would with a local DB due to nasty latency. The problem is if you attempt to switch to a second report before the first report is fully rendered you get a run-time error. While I didn't see anything obvious in the properties or events of the Report Viewer, is there a way to get a status from this control so that if it's still busy rendering I can simply refuse to accept the input event to bring up another report? Thanks!