I have an xml file I'm trying to read that looks like this:
<?xml version="1.0" encoding="utf-8"?>
<ClinicalDocument xmlns="urn:hl7-org:v3" xmlns:cda="urn:hl7-org:v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hl7-org:v3...
I have a web application on a web server. It makes database calls to a postgres database located behind a firewall on another server. This database is being moved off the network to another data center. We have set up a site-to-site vpn between computers on my network and the new data center...
How you you completely delete a client from Legato. I'm trying to recreate a client because it was giving me problems backing up, but it seems o create the client with the same client ID. I've deleted the index folder off the backup server but I still get the same client ID and same problems...
I have created a website using asp.net 4. In it I have a page with a crystal report viewer that is linked to a crystal report I have in the project. Everything works fine from my local machine, but when I deploy it to the web server nothing is displayed. not even an error message. the web...
I have a asp website in which I've added a crystal report (crystalreport1.rpt). I'm trying to load the report with data from a dataset when the page loads, but I am unable to create an instance of the report
dim rpt as new crystalreport1
crystalreport1 doesn't show up in intellisense. Any...
I have created and asp.net website that has user profiles associated with users authenticated through Active Directory. I can add the profile and view other user profiles without any problem. But if I want to update another users profile it doesn't want to work.
If I hard code the values into...
I have created and asp.net website that has user profiles associated with users authenticated through Active Directory. I can add the profile and view other user profiles without any problem. But if I want to update another users profile it doesn't want to work.
If I hard code the values into...
I'm trying to add the Crystal ActiveX Report Viewer control to my Access form. I have already created the crystal report and would like to be able to view it from the form. I can't find any documentation on how to use the control to view the report. How do I set the control properties to be...
If I have the code segment:
System.out.print(false ? i : x);
and i is an int and x is a char, shouldn't the type of this conditional expression be char. The Java Language Specification says "If one of the operands is of type T where T is byte, short, or char, and the other operand is a...
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.