Using Access97
I have a report called Roast Colors Report that has a subreport. I use the following code to print the report:
Private Sub Command45_Click()
On Error GoTo Err_Command45_Click
Dim ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10044972.html
Zones:
MS AccessDate Answered: 03/29/1998 Grade: B Views: 0
I have a composite report having 2 sub reports.One subreport has 2 editable fields.Normally if I retrieve from this subreport,that field is still editable.Tab Order for the 2 fields is > 0.When it ...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_11281217.html
Zones:
PowerBuilderDate Answered: 09/15/2000 Grade: B Views: 0
I have a report with a subreport in it that I am calling from a URL on a web page. There are other Crystal Reports on this page that work fine, but when I try to run the one that has the subreport...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_11801458.html
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_20344325.html
I have the following:
vb6
crystal 8.5
I have a report - needs to show/print portriat
I have subreports that need to show/print landscape
I can not seem to display the main report in portri...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_20359879.html
In order to change database dynamically for a report (Crystal Report 8.5), I use Connect property to change my ODBC name. The main report did utilize the new ODBC connection and display correct dat...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_20373757.html
hello EXPERTS,
in ASP.NET
main report name is rptMain & sub report name is rptSub.rpt.
in main report i m putting a subreport & select mainSub.rpt.
link fields successfully.
in main ...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_20399973.html
I am using crystal report activeX control with visual Basic 6 application. There are more then 1 subreports call in main report. I want to update query of subreport. How can i do ?
I used follo...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_20402928.html
I'm trying to create a report that will eventually have multiple subreports. The main report has 3 parameters. The first subreport is linked to the main report by one field. In order for that su...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_20424363.html
I've got a table that looks like this -
VisitID
VisitTypeID
VisitField1
VisitField2
VisitField3
...
VisitField20
I've got another table that looks like this -
VisitTypeID
VisitRepor...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20512897.html
Zones:
MS AccessDate Answered: 02/20/2003 Grade: B Views: 0