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 Chris Miller 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. DanSheath

    ODBC .NET & Informix

    Hi I am trying to connect .NET to Informix via ODBC This is my connection string, Dsn=authlive;Driver={INFORMIX 3.32 32 BIT};Host=uranus;Server=authlive;Service=sqlexec1;Protocol=olsoctcp;Database=authority;UID=gis;PWD=5eemap5 However, I get this error when I try to connect Message: ERROR...
  2. DanSheath

    OLEDB .NET & Infomix

    I am trying to connect to Informix from an ASP.NET application This is my connection string Provider=Ifxoledbc.2;password=5eemap5;User ID=gis;Data Source=authority@authlive;Persist Security Info=true I get this message The 'Ifxoledbc.2' provider is not registered on the local machine. If...
  3. DanSheath

    Formatting of Group by Axis.

    Hi, Background: We have crystal reports.NET integrated into our ASP.NET application. Customers can run pre-designed crystal reports against data that they collect in the system. We populate the reports using an ADO.NET 'push' mechanism. When distributing, we install the cr9netredist.zip on the...
  4. DanSheath

    Connecting to XML (difference between editions)

    Is it possible to import xml data directly into Professional Edition or do DSN's need to be set up like in the document "cr_xml_datasources.xml" Eg, in my copy of Developer Edition I can just go to the Database Expert, choose Create New Connection > ADO.NET (XML) and navigate directly to a...
  5. DanSheath

    Charting / Formatting Date Axis

    I'm having difficulty getting control over the formatting of the date axis on a numeric axis chart. I generate reports by binding ado.net datsets to CR 9.0 templates in an ASP.NET application The formatting seems to behave differently when designing/previewing the report template to when it...
  6. DanSheath

    Detecting if the report engine is busy

    Hi I've incorporated CR9 developer edition into our ASP.NET product. From what I understand this can only handle 3 simultanious users. I wanted to catch the "busy" error so that I can catch this gracefully if more than 3 users request a report at the same time. I would be really...
  7. DanSheath

    Truncated Data Axis of Chart

    Hi I am having trouble charting these values as a numeric axis in CR9. Production Date,Defect Rating 12/19/2003 0.0234 12/22/2003 0.0853 12/23/2003 0.0703 12/24/2003 0.0469 01/05/2004 0.0508 01/06/2004 0.0547 01/07/2004 0.0469 01/08/2004 0.0313 01/09/2004 0.0234 01/12/2004 0.0625 01/13/2004...
  8. DanSheath

    Counting Averages, (last group added twice)

    Thanks guys, that really helped me out, I used M8tt's and it worked fine. Probably due to my own inexperience, I had difficulty with the first solution. I could only get the Average function to take field name not my table name as well. When I left it with just the field name, it gave me the...
  9. DanSheath

    Counting Averages, (last group added twice)

    Hi There I'm just getting to grips with formulas and have the following problem These are my two data columns Form1 - 10 Form1 - 20 Form1 - 15 Form2 - 6 Form2 - 8 Form2 - 10 Form3 - 14 Form3 - 16 Form3 - 12 From this I want to get the average of each form and the grand total of all the...
  10. DanSheath

    Plotting Formulas on Graph

    Thanks Mike Works great, I don't have the choice not to summarize, however I don't think that will effect my results. I'm having difficulty finding text for this kind of level of thing. Most books give a couple of examples of charts and formulas and thats about it. Would you recommend any...
  11. DanSheath

    Plotting Formulas on Graph

    Hi I've have data in this format id Date Shift Value 1 1/04/2003 Shift1 15 2 1/04/2003 Shift2 5 3 4/04/2003 Shift1 14 4 4/04/2003 Shift2 7 I'm trying to find a way of plotting the values of Shift1 and Shift2 on a Date axis line. These would form two different lines...

Part and Inventory Search

Back
Top