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...
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.
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...
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...
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...
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...
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...
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...
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"...
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...
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.