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

    Using CRViewer to View Multi Reports

    I don't think your understanding. Or I'm not explaining it right. report1 (designed using Crystal) report2 (designed using RDC) currently report2 shows when I run the CRViewer. I can't find a property to change the report. I don't want to add another form and CRViewer to view report1. I can...
  2. vbneil54

    Using CRViewer to View Multi Reports

    After making a report using the RDC, then making a report using Crystal. How can I get the same viewer to show each report depending on the report file name.
  3. vbneil54

    ICrystalReportViewer3 Failed

    Any clue as to why??
  4. vbneil54

    CRViewer1.Refresh Doesn't Work

    Thanks for your help. I'm going to try to re-install crystal and see if that helps.
  5. vbneil54

    CRViewer1.Refresh Doesn't Work

    all of this code is in the form that holds the CRviewer Dim app1 As New CRAXDRT.Application Private Sub Form_Load() Screen.MousePointer = vbHourglass Set app1 = New CRAXDRT.Application Set Report = app1.OpenReport(TheReportName) CRViewer1.EnableGroupTree = False CRViewer1.ReportSource =...
  6. vbneil54

    CRViewer1.Refresh Doesn't Work

    here is the error msg... Method 'Refresh' of object 'ICrystalReportViewer3' Failed
  7. vbneil54

    CRViewer1.Refresh Doesn't Work

    here is the code... Private Sub Form_Load() Screen.MousePointer = vbHourglass Set app1 = New CRAXDRT.Application Set Report = app1.OpenReport(TheReportName) CRViewer1.EnableGroupTree = False CRViewer1.ReportSource = Report CRViewer1.ViewReport Screen.MousePointer = vbDefault End Sub
  8. vbneil54

    CRViewer1.Refresh Doesn't Work

    I can't get it to re-read the data after the first time i open it.
  9. vbneil54

    CRViewer1.Refresh Doesn't Work

    Ok, That worked. Thank you. But now when I hit the refresh button it goes back to the same error, server not yet open.
  10. vbneil54

    CRViewer1.Refresh Doesn't Work

    I'm trying to conect to the server but keep runing into connection string problems. Could you please show me a working report.database.logonserverex "p2soledb.dll", TheReportName, "", "", "", "ole db", cn cn is...
  11. vbneil54

    CRViewer1.Refresh Doesn't Work

    When I try the Refresh it says "Server not yet opened" What can I do??
  12. vbneil54

    Server not yet opened

    I'm getting this error msg all the time when I use the RDC to add an exisisting report to my project. Please help me.
  13. vbneil54

    User ID not setting for some connections

    Here's my problem.....I have 4 tables attached to my report. I add 3 of them then after building the report I found I needed to add the other one. When I did, it killed all the report data. When I went to "Set Location" I found that the first 3 tables had a User ID: Administrator. The...
  14. vbneil54

    User ID not setting for some connections

    Here's my problem.....I have 4 tables attached to my report. I add 3 of them then after building the report I found I needed to add the other one. When I did, it killed all the report data. When I went to "Set Location" I found that the first 3 tables had a User ID: Administrator. The...

Part and Inventory Search

Back
Top