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 strongm 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: *

  1. bardlas

    No fields available when creating a report

    I'm trying to create report using Visual Studio 2003 based on stored procedure. This sp has final select from temporary table. When using the Report Designer to create a report that connects to a Microsoft SQL Server parameterized stored procedure, there are no database fields available for the...
  2. bardlas

    No fields available when creating a report

    I'm trying to create report using Visual Studio 2003 based on stored procedure. This sp has final select from temporary table. When using the Report Designer to create a report that connects to a Microsoft SQL Server parameterized stored procedure, there are no database fields available for the...
  3. bardlas

    Passing parameters to subreport

    Thanks for you response. Unfortunately my reports are based on ttx files. Regards, Roman
  4. bardlas

    Problem with parameter passed to subreport

    Thanks again. Ok, in my case for example if I want the data passed to the "BankName" parameter field on the main report to appear on the linked "Pm-?BankName" parameter field of the subreport ? The "Select data in subreport based on field" check box in the lower...
  5. bardlas

    Problem with parameter passed to subreport

    In the upper right corner I have ?BankName and in the left lower I have ?Pm-?BankName. The lower right check box is not selected. The subreport still does not receive a parameter. Regards, Roman
  6. bardlas

    Problem with parameter passed to subreport

    Thanks for your response! Right now it's not connected to any field in "Select data in subreport based on field" combo. What I see in that combo is the fields from the ttx file on it based subreport. Which field if any i should link it to? I think the best way will be if I'll explain...
  7. bardlas

    Problem with parameter passed to subreport

    Thanks for your response! I tried "to play" with this parameter "Pm-?BankName" in many different ways. Right now it's not connected to any field in "Select data in subreport based on field" combo. What I see in that combo is the fields from the ttx file on it based...
  8. bardlas

    Problem with parameter passed to subreport

    I'm trying to pass parameters to both main report and subreport(Crystal 8.5 ,each one based on a different ttx file), and export them to PDF files. The main report has two parameter fields on it and subreport has one. The test code below shows what is being done. sReportPathRPT =...
  9. bardlas

    Problem with parameter passed to subreport

    I'm trying to pass parameters to both main report and subreport(Crystal 8.5 ,each one based on a different ttx file), and export them to PDF files. The main report has two parameter fields on it and subreport has one. The test code below shows what is being done. sReportPathRPT =...
  10. bardlas

    Problem with parameter passed to subreport

    I'm trying to pass parameters to both main report and subreport(Crystal 8.5 ,each one based on a different ttx file), and export them to PDF files. The main report has two parameter fields on it and subreport has one. The test code below shows what is being done. sReportPathRPT =...
  11. bardlas

    Passing parameters to subreport

    I'm trying to pass parameters to both main report and subreport(Crystal 8.5), and print reports from the code. The test code below shows what is being done. sReportPathRPT = "D:\MainReport.rpt" Set oCRApp = New CRAXDRT.Application Set oMainReport =...
  12. bardlas

    Passing parameters to subreport

    I'm trying to pass parameters to both main report and subreport, and print reports from the code. The test code below shows what is being done. sReportPathRPT = "D:\MainReport.rpt" Set oCRApp = New CRAXDRT.Application Set oMainReport = oCRApp.OpenReport(sReportPathRPT...
  13. bardlas

    Passing parameters to subreport

    I'm trying to pass parameters to both main report and subreport, and print reports from the code. The test code below shows what is being done. sReportPathRPT = "D:\MainReport.rpt" Set oCRApp = New CRAXDRT.Application Set oMainReport = oCRApp.OpenReport(sReportPathRPT...

Part and Inventory Search

Back
Top