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 Wanet Telecoms Ltd 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: bardlas
  • Content: Threads
  • Order by date
  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

    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 =...
  4. 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 =...
  5. 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 =...
  6. 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 =...
  7. 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...
  8. 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