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

    basic data mining for healthcare

    I have an application in healthcare. I do not store any personal information on the users. The app allows members to start a topic and discuss general health problems. The discussion is based on some questions. When the user responds with answers I want to use some basic data mining techniques...
  2. vihrao

    .NET C# Crystal Reprots 9.0 Report browsing problem

    When I generate report with Crystal 9.0 and .NET the report comes up for display. However, If I have more than two pages say 10 pages in my report output I can browse from page 1 to 2 by selecting the 'Next' icon, but after the second page the next icon does nothing. In other words I cannot...
  3. vihrao

    Crystal Reports fails with asp.net on remote server

    I have compiled crystal report on win2003 server. The report works fine. When I try to access the report from a client via asp.net gives me error: LoadSaveReportException: Load report failed On win2003 Server I have loaded crystal reports, but I have not loaded .net on the server Here is the...
  4. vihrao

    customizing enumeration vs. choice elements

    I have an XML element that lists administrator roles <xs:simpleType name="administratorType"> <xs:restriction base="xs:string"> <xs:enumeration value="Application_admin" /> <xs:enumeration value="Database_admin" /> <xs:enumeration value="Server_admin" /> <xs:enumeration...
  5. vihrao

    sharing xml schema between web services

    I have two web services consumer and supplier. Consumer does not know the type of data sent by supplier. So I want to send xml schema from the supplier to the consumer and then send a validated xml document. Consumer stores the XML schema sent by supplier and validates the xml document with the...
  6. vihrao

    validating xml with multiple schemas using wildcards

    I am trying to validate a xml file with two schema files cust.xsd and cust1.xsd. The schema file cust.xsd allows addition of elements from another schema cust1.xsd by using xs:any wildcard. cust.xsd – schema <?xml version="1.0" encoding="utf-8" ?> <xs:schema...
  7. vihrao

    crystal reports and enterprise

    I know crystal reports generates reports only on Windows Box. But I need support for Solaris, Linux, AIX. I believe Crystal Enterprise will do this. Does this mean that to generate report on Solaris, Linux, AIX, I just use Crystal Enterprise or I need both Crystal reports and Crystal Enterprise...
  8. vihrao

    crystal reports install

    I am planning to write a crystal reports based reports. I have three questions: 1) I believe Crystal reports 9.0 and later works with CSV files. Is this correct? 2) Does Crystal reports work with MySQL using ODBC? 3) I want to write an application to generate reports using crystal reports that...

Part and Inventory Search

Back
Top