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 gkittelson 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. YAmoah

    Problem passing decimal value to stored procedure

    Thank you for your help. The ASP code is working now. However, I've encountered another problem. It seems that SQL Server does not recognize @LATITUDE AND @LONGITUDE as decimals, even though I'm declaring them as decimals. I'm getting the following error: Error converting data type varchar...
  2. YAmoah

    Problem passing decimal value to stored procedure

    The values being passed are: Latitude = 38.8146 Longitude = 77.6276
  3. YAmoah

    Problem passing decimal value to stored procedure

    I'm getting the following error when I attempt to pass a parameter (via an ASP page) with a decimal data type to a SQL Server 2000 stored procedure: Microsoft OLE DB Provider for SQL Server error '80004005' The precision is invalid. Here's my ASP code: set cmd = server.CreateObject...
  4. YAmoah

    Passing parameter w/decimal data type to stored proc

    I'm getting the following error when I attempt to pass a parameter (via an ASP page) with a decimal data type to a SQL Server 2000 stored procedure: Microsoft OLE DB Provider for SQL Server error '80004005' The precision is invalid. Here's my ASP code: set cmd = server.CreateObject...
  5. YAmoah

    Paging using more than one recordset

    Is it possible to implement paging using two recordsets. If so, how would I do it? Amoah
  6. YAmoah

    Customizing Printer Dialog Box when printing from CRViewer

    I would like to know if it is possible to customize the printer dialog box shown when the print button is clicked within the CRViewer. I need to code this within my VB application. I tried using the PrintReport and PrintOut methods, but it is not giving me the results I want. The Printer...
  7. YAmoah

    CR 8, VB 6, Parameterized Queries from Access DB

    I've developed an interface using VB6 to print several reports that were created using Crystal 8. The interface is suppose to filter records from tables or queries in an Access 97 database based on what the user enters. I'm working with a total of 4 reports. 3 of them were created using data...
  8. YAmoah

    Using GroupSelection function within the Formula Editor

    I'm unable to figure out how to use the GroupSelection function within the Formula Editor. Could someone provide some example as soon as possible. Thanks, YAmoah
  9. YAmoah

    Displaying title and page #'s on multiple-page cross-tab report

    If my last reply was confusing, I can send you a sample of my report. YAmoah
  10. YAmoah

    Displaying title and page #'s on multiple-page cross-tab report

    KenHamady, I followed your suggestion and grouped the entire report based on a constant field in the data source and placed the title and the crosstab in this grouped section. When I use the arrow buttons at the top of the report viewer to scroll to the next page, the title and crosstab is...
  11. YAmoah

    Displaying title and page #'s on multiple-page cross-tab report

    I've created a cross-tab report that displays data in a total of 8 columns(4 columns on each page). I'm not able to figure out how to make the Title of my report, display on every page. It only displays on the first page of the report. I put the title in the Page Header section because I knew...

Part and Inventory Search

Back
Top