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!

Recent content by zmcanally

  1. zmcanally

    Crosstab Formula

    That was exactly what I needed - Thank you
  2. 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...
  3. zmcanally

    Report is hanging server

    Thanks - I'll try and view them in the report viewer to see what happens. On a similar note, Would it help any if I release the report object from memory when I get rid of it? (ie: reportobject = nothing) Here is a snippet of the code I use to show the report StartDate =...
  4. zmcanally

    Report is hanging server

    How do I determine what directory that is? BTW, the server in question only has 1 partition and it has 8 gigs free on it. Thanks - Zack
  5. 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...
  6. 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...
  7. zmcanally

    Parse Tricky XML File

    Chip - thanks for the help & link - - I got it all working now. That space was the culprit
  8. zmcanally

    Parse Tricky XML File

    Thanks for your help guys - The only XML files I have worked with thus far are dumped from recordsets and fiarly easy to handle. I began using the MSXML component, but keep running into the following error: Runtime Error: Expected Token 'EOF' found 'NAME' Computer -->Name<-- Here is the code I'm...
  9. 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...
  10. zmcanally

    Using asp:HyperLinkColumn Pass DB Value

    What if I needed to pass 2 values from the Datagird?
  11. 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'...
  12. 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...
  13. 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
  14. 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
  15. 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...

Part and Inventory Search

Back
Top