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 bkrike 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: taranis
  • Content: Threads
  • Order by date
  1. taranis

    Crystal Viewer does not download

    I am using the Crystal Viewer that comes with version 8.5. The viewer works fine on my development machine when I access reports from the webserver. The problem is that when another client attempts to run reports that does not has crystal installed the ActiveX Viewer does not download. I...
  2. taranis

    blank file when attempting to export to pdf

    I am exporting a report to a pdf format using ASP. The coding works fine and creates the report on the server. However when I redirect to the pdf file it shows up blank. When I open the file from the server it appears fine. So I no that the export functionality is working fine. I tried...
  3. taranis

    Changing format for individual rows in a Form

    I would like certain values in a FORM to show up in a different format (i.e BOLD) depending on values in another table. I am viewing the form in tabular format. First of all can I do this? It seems that all of the formatting properties apply to the whole column when I only want the format to...
  4. taranis

    How to open "Select New Data Source" using ADO

    I am tryin to open the "Select New Data Source" Dialog using ADO. I want the user to be able to select from all the ODBC connections available and to be able to add a new one when attempting to open an ADO connection. This was very easy to do when using the OpenDatabase method under...
  5. taranis

    Problem Changing Data Source at runtime for Crystal Report

    I'm using VB6 and Crystal 8 and Access 97 to display a report. I want to change the data source at runtime. When I try to do this I get the following error "Data Source name too long". I changed the path and name of the Data Suurce name so that it was 8 characters long and I still...
  6. taranis

    Problem Changing Data Source at runtime for Crystal Report

    I'm using VB6 and Crystal 8 to display a report. I want to change the data source at runtime. When I try to do this I get the following error "Data Source name too long". I changed the path and name of the Data Suurce name so that it was 8 characters long and I still get the same...
  7. taranis

    Recordset returned from Stored Proc has no recordcount

    I am running a stored proc that is returning a recordset. I want to send the recordset to a grid. The problem is that the recordset gets returned as a dynamic cursor with recordset property set to -1. I want to return the rs as readonly static so that I can set the grid recordset property to...

Part and Inventory Search

Back
Top