Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Elanger
  • Content: Threads
  • Order by date
  1. Elanger

    Subreport loses link after setting DataSource

    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...
  2. Elanger

    Help with multi-column layout

    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...
  3. Elanger

    Add group based on formula via RDC?

    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...
  4. Elanger

    Passing multiple value parameter to Crystal in VB

    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...
  5. Elanger

    Cannot set left join for subreport

    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...

Part and Inventory Search

Back
Top