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 Chris Miller 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. aholden

    Reportnet SDK reportrunner sample C# program

    I've been trying to get the reportrunner sample program to run out of the box that came with the SDK. I get the following messages: A first chance exception of type 'System.Net.WebException' occurred in system.dll Additional information: The remote server returned an error: (500) Internal...
  2. aholden

    installing VB6 after .net

    I need to do some VB6 development for a client now but I've been working in the VB.NET framework. Can VB6 and .NET coexist? Am I going to run into problems?
  3. aholden

    Need HELP fast! ODBC export options not working.

    In my VB6 app, I use the report.export TRUE option to prompt users for additional info for exporting their reports. The only options that don't work are the one's that are ODBC - I get a failed export every time. Can anyone help me??
  4. aholden

    Need HELP fast! Export Crystal Report to Mail not working.

    This functionality of export worked yesterday! I am trying to export a report to Microsoft Mail. I used to see a dialog box pop up to put in the sender, etc. but now it doesn't do anything. Help!
  5. aholden

    Printing Crystal reports in VB without prompting

    Quick question - I'm trying to print a Crystal report in VB in batch - meaning I don't want to have any user intervention - I tried using report.printout (false) but it didn't do anything. I'm also using report.export (false) but that seems to be working since I set up all the correct...
  6. aholden

    Need HELP fast! Distributing reports to clients.

    Quick question - I'm trying to print a Crystal report in VB in batch - meaning I don't want to have any user intervention - I tried using report.printout (false) but it didn't do anything. I'm also using report.export (false) but that seems to be working since I set up all the correct...
  7. aholden

    Need HELP fast! Distributing reports to clients.

    Again, thank you for your help....one more topic....it looks like we want to get away from having our clients compile the reports we send them and make .exe's....it was my understanding we could use VB and Crystal's craxddrt dll to logon to the database, open up the rpt file, and execute it. Do...
  8. aholden

    Need HELP fast! Distributing reports to clients.

    thank you for answering. I have a follow-up question. I created my Crystal Reports in 8.5 to point to stored procedures in a SQL Server database. We have clients that still use 7.0 or earlier. I haven't seen a way in 7.0 to point to stored procedures. Am I missing something?
  9. aholden

    Need HELP fast! Distributing reports to clients.

    Thanks for the response. Yes, I'm using ODBC connecting to a SQL Server database and it seems like when I compile the report and distribute it as an exe it's always picking up the database that I used when i was developing the report instead of prompting for a data source. Any ideas?
  10. aholden

    Need HELP fast! Distributing reports to clients.

    I've created several Crystal Reports in version 8.5. I need to send these out (as compiled reports) to multiple clients each running their own database (but same database table names). How can they run these reports and be prompted for their database or better yet can it figure it out on its...

Part and Inventory Search

Back
Top