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 wOOdy-Soft 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: zmcanally
  • Content: Threads
  • Order by date
  1. zmcanally

    Crosstab Formula

    I have a crosstab report in the report header based on a single table of financial data. The primary fields of concern are: Classification, Industry, DataType and DataValue. The Classification is the rows while the Industry is the column. The DataType field will either be Plan or Actual with the...
  2. zmcanally

    Report is hanging server

    I am using ASP.NET and the version of crystal reports that is embedded into VS.NET (I believe it's a watered down version of 9) I can run all my reports great, and I display them as PDF files in a new widown instead of using the report viewer. I can run each report individually fine, but while...
  3. zmcanally

    Multiple Paramaters in ASP.NET

    I have several reports in ASP.NET developed w/ the integrated version of Crystal Reports (I believe it's a scaled down version of 9) One of the reports has a discrete paramater that can accept multiple values. I am having issues passing more than one paramater to it - after the following loop...
  4. zmcanally

    Parse Tricky XML File

    I am working on an auditing project which needs to report on data that is in an XML file. I would like to load in the XML file and write it to a database (probably access) and report off of the database. Any help woulf be appreciated Zack '// begin sample XML data <ComputerList> <Computer...
  5. zmcanally

    XML Help

    I need to retrieve the values from a simple XML file (see below) and haven't the faintest idea as to where to begin. Any help would be appreicated Zack <rs:data GUID='123456789012345678901234567890ab' Client_ID='2148' Store_Number='1' > <z:row Priority='1' To_Client_ID='2148'...
  6. zmcanally

    Datagrid How To

    Forgive my ignorance of ASP & VB.NET, but I'm still wet behind the ears with it. I've got a datagrid bound to a table in a Sybase database and I've got a quick question: I have a datagrid that shows a summary list of waiting messages for the user and I would like to add a column that allows the...
  7. zmcanally

    0x80041015

    When I attempt to open a crystal report via the web and asp.net code, I receive error code 0x80041015 : Unable to connect to server. Any help would be appreciated
  8. zmcanally

    0x80041015 Error

    When I attempt to open a report via the web and asp.net code, I receive error code 0x80041015 : Unable to connect to server. Any help would be appreciated
  9. zmcanally

    Dynamic Datagrid Column Question

    I have a datagrid that is used to 'report' a cashier's history against the average of all cashiers. Which works fine (the data is dynamically gethered from a Sybases database and extracted to temp table wich is bound to the datagrid) My questions is this. The grid needs to be expanded to display...
  10. zmcanally

    asp.net export/email

    I am using asp.net and Crystal Report Application Server 9 to view crystal reports based on data from a Sybase database. The viewing works fine (passing parameters and all), but now I need to export the report (to PDF) and email it. Here is a summary of how the reports are viewed: Protected...
  11. zmcanally

    Email/Export Crystal Report

    I am using asp.net and Crystal Report Apllication Server 9 to dynmaically view crystal reports based on data from a Sybase database. The viewing works fine (passing parameters and all), but now I need to export the report (to PDF) and email it. I am viewing the report as follows: Protected...
  12. zmcanally

    Newbie Database Question

    I apologize if this question has been asked before, but I did not see it anywhere. I am trying to create a login webform in ASP.NET. The user information is stored in a Sybase database (tblLogin). I need some help creating the login script. Here's what I need help with: Private Function...
  13. zmcanally

    Formula Syntax

    I am building a report based on retail sales data. The end user wants a report that shows 'negative' transaction by cashiers (ie: cancels, voids, no sales, etc) which each has a unique detail_type ID in the sales table. My question is, I cannot seem to get the counts to display. I nned a total...
  14. zmcanally

    RAS Parameter Question

    We are using RAS in Crystal Reports 9 to allow end users to view reports online. The problem we have is that when a report has a parameter (ie: Data Range) the default Crystal Report 'Enter The Parameter' screen is not the most intuituive for our customers. I would like to create my own and pass...
  15. zmcanally

    Sorting Problem

    I am using Crystal Reports 8.5 w/ an Access 2000 database. I have created a drill down report and the detail section is sorting in descending order instead of ascending order. I modified the SQL query and it changes and works fine, but after I save the report and reopen it, it reverts back. Here...

Part and Inventory Search

Back
Top