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 SkipVought 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. 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

    I know the pages are there because I can go to any page by entering the page number next to the ‘Go To’ icon. I have not suppressed any headers. How can I control those icons.
  3. 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...
  4. vihrao

    Crystal Reports fails with asp.net on remote server

    Let me explain properly. There are two servers. win2k server 10.35.68.10 hosts the reports. A seperate Intranet server hosts the asp.net website. When someone access the web page on the intranet server, I want to point to the report on the win2k server and run the report. It is like the website...
  5. vihrao

    Crystal Reports fails with asp.net on remote server

    I am sorry I meant I have not loaded .net on the server. Should I load .net and give aspnet account permissions to the directory?
  6. vihrao

    Crystal Reports fails with asp.net on remote server

    Right now I do have .net loaded on the server. Are you suggesting that I should load .net on the server. I am confused?
  7. vihrao

    Crystal Reports fails with asp.net on remote server

    I can go locally on the server and open the report, I can remotely open the report on the server from a client. So what what are you suggesting?
  8. 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...
  9. 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...
  10. 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...
  11. vihrao

    validating xml with multiple schemas using wildcards

    Thanks a lot. I did everything you said and it worked. 1) Changed the processContenets to strict 2) Defined all elements in cust1.xsd as global (otherwise gives error The given name Customer matches at least two names in the collection object with different namespaces) 3) Imported cust.xsd into...
  12. vihrao

    validating xml with multiple schemas using wildcards

    I apologize I posted the wrong cust.xsd. I am reposting the cust.xsd. Gives me same validation error on cust.xml cust.xsd <?xml version="1.0" encoding="utf-8" ?> <xs:schema targetNamespace="urn:xmlns:sysapex-com:customer" elementFormDefault="qualified" xmlns="urn:xmlns:sysapex-com:customer"...
  13. 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...
  14. vihrao

    crystal reports and enterprise

    How does the Crystal Report design on windows box communicate with CE on UNIX box. Should I write some code to do that or does it do using web services? Can you give me some details about that?
  15. vihrao

    crystal reports and enterprise

    Thanks for the tip
  16. 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...
  17. 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