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 Mike Lewis 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. Miksch

    Stored Procedure not working

    I ran into this situation once. I seem to remember having to write some code like the following: While rs.state <> adstateopen set rs = rs.NextRecordset wend Do this process right after "rs.Open sqlQuery,connectionToDatabase,3,2" The reason you are having this problem is because you are...
  2. Miksch

    Server has not yet been opened !!!

    Rahul, I am using that logon in the building of the report.What I am doing is running the report and exporting the completed report and storing it in a BLOB table. This application pulls the BLOB data from the table as saves it as a crystal report file with the data and displays the report in...
  3. Miksch

    can't display varchar(2500) in report

    This is a long shot but, under the formating options for the field that you are trying to display the information. There is an option that you can set called &quot;Can Grow&quot; I think if you select this option and set the value to &quot;0&quot;, it will resolve your problem
  4. Miksch

    Server has not yet been opened !!!

    I am sure I have them all deployed. I am developing with the professional edition. Would you have a listing of the required files from the runtime.hlp file. Thanks.
  5. Miksch

    Exported Report - Open in Crviewer Gets &quot;server has not been open yet&quot;

    The reports use an ODBC connection to connect to the database. Every report's login information is stored in a database table. Basicly what I do is do a query on the table for the particular report ID and then pull back the logon information for that report and then just loop through it in...
  6. Miksch

    Exported Report - Open in Crviewer Gets &quot;server has not been open yet&quot;

    The 2nd PC has the ODBC connections that are required by the report. When I was comparing this report to other reports that we have I was only able to find one thing that was different. The other reports only use a stored procedure for a data source. This report has a stored procedure and...
  7. Miksch

    Exported Report - Open in Crviewer Gets &quot;server has not been open yet&quot;

    I have a VB6 application that uses the crviewer to open the exported crystal report. If I open it on the PC that I developed the application on it opens the report fine. But, if I open the report on another PC I get an error that the &quot;Server has not been opened yet&quot;. I have deployed...
  8. Miksch

    Server has not yet been opened !!!

    My company has a reporting system that generates and exports Crystal Reports(V8.5) to a SQL2000 database in image format. I have developed a VB6 Client app that retrieves the crystal report from the table using ADODB.Stream and loads the report file to the client workstation for viewing. The app...

Part and Inventory Search

Back
Top