Using VB6, Crystal 8.5 and the RDC.
I am setting the datasource of the main report and two subreports (linked on the same field) to an ADO recordsource. The data on the main report comes through fine; however, the subreports do not bring up any records, even though there are records there.
If...
I'm looking for help with the following layout, using Crystal 8.5:
There should be two columns on the report detail section.
If field1=x, print in the right column ... otherwise print on the left column. BUT I don't want blank lines on either side, so I can't just put conditional suppressing in...
Crystal 8.5, VB 6
I'm trying to add a group to a report in VB using the RDC.
This works perfectly ...
myReport.AddGroup 0, myReport.Database.Tables(1).Fields(10), crGCAnyValue, crAscendingOrder
myReport.Sections.Item("GF").NewPageAfter = True...
Using Crystal 8.5, VB6, and the RDC:
I have no problem passing regular parameters to the report via VB, but I'm not sure how to pass values to a multiple value parameter.
I need to pass an array of values to a parameter. The parameter is set up in my .rpt. Now what syntax do I use in VB to...
Using Crystal reports 8.5, the PDBDAO.DLL data access driver to connect to a Microsoft Access database:
I have a report and a single subreport linked on a single parameter. The report works fine *except* I cannot find a way to left-join the report and the table used by the subreport. In the...
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.