| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 | 
							- <HTML>
 
-  <HEAD>
 
- <!--
 
- Licensed Materials - Property of IBM
 
- IBM Cognos Products: DOCS
 
- (C) Copyright IBM Corp. 2005, 2008
 
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
 
- IBM Corp.
 
- -->
 
-   <TITLE>IBM Cognos Java AddReport Program Sample</TITLE>
 
- 	  <link rel="STYLESHEET" type="text/css" href="../../../webcontent/samples/samplesFonts.css">
 
-  </HEAD>
 
- <BODY>
 
- <p class="headerTitle"><img src="../../../webcontent/samples/sdk/asp/images/go_logo_small.gif"> IBM Cognos Sample Programs</p>
 
- <p class="FormLabel">AddReportUI.java - Creates a new Report Object.</p>
 
- <p class="formText">The Java AddReportUI sample program creates a Report Object in the content store based on file you provide containing a valid xml report specification.</p>
 
- <br>
 
- <!-- * * * * * * * * * -->
 
- <!--                   -->
 
- <!-- Dependent Files   -->
 
- <!--                   -->
 
- <!-- * * * * * * * * * -->
 
- <p class="FormLabel">Dependent Files</p>
 
- <p class="formText">Associated files are contained under the java sample folder.<br>
 
- Additional files required for running are identified in the CLASSPATH definitions in run.bat file.<br>
 
- You will need to generate an xml file containing your desired report specification.</p>
 
- <!-- * * * * * * * * * -->
 
- <!--                   -->
 
- <!-- How To Run        -->
 
- <!--                   -->
 
- <!-- * * * * * * * * * -->
 
- <p class="FormLabel">How To Run The Sample Program</p>
 
- <p class="formText">Double click on the file run.bat.<br><br>
 
- A window will be opened containing:<br>
 
-     - Option selection dropdown box<br>
 
-     - Run Option command button<br>
 
-     - URL text box<br>
 
-     - Results Display Pane<br>
 
- Select a sample option from the dropdown list. Click on the 'Run Option' button to run the sample program.
 
- Use the dialog box to select your xml file.</p>
 
- <!-- * * * * * * * * * -->
 
- <!--                   -->
 
- <!-- Expected Results  -->
 
- <!--                   -->
 
- <!-- * * * * * * * * * -->
 
- <p class="FormLabel">Expected Results</p>
 
- <p class="formText">If you selected the 'Validate Specification' option, your report specification will be validated. Success or failure
 
- will be reported in the output pane. If you selected the 'Add Specification to the Content Store' option, the xml file
 
- will be validated, and, if successful, a new report will be created in the Content Store. You will be prompted to provide a
 
- name for the new report.
 
- <!-- * * * * * * * * * -->
 
- <!--                   -->
 
- <!-- Documentation     -->
 
- <!--                   -->
 
- <!-- * * * * * * * * * -->
 
- <p class="FormLabel">Documentation</p>
 
- <p class="formText">The IBM Cognos Software Development Kit Developer Guide contains additional information about the samples.  See the chapter titled 'Methods' and the appendix titled 'Code Samples and Language-Specific Coding Practices'.</p>
 
- <p class="formText">Please note that the samples are not intended to be treated as end-user applications. Refer to the sample code for examples of how to use the API when developing your own applications.</p>
 
- </BODY>
 
- </HTML>
 
 
  |