CSharp_Submit_Explain.html 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <HTML>
  2. <HEAD>
  3. <!--
  4. Licensed Materials - Property of IBM
  5. IBM Cognos Products: DOCS
  6. (C) Copyright IBM Corp. 2005, 2008
  7. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
  8. IBM Corp.
  9. -->
  10. <TITLE>IBM Cognos Software Development Kit C# Submit Program Sample</TITLE>
  11. <link rel="STYLESHEET" type="text/css" href="../../../webcontent/samples/samplesFonts.css">
  12. </HEAD>
  13. </p>
  14. <BODY>
  15. <p class="headerTitle"><img src="../../../webcontent/samples/sdk/asp/images/go_logo_small.gif">&nbsp;IBM Cognos Sample Programs</p>
  16. <p class="FormLabel">Submit.sln - Creates a schedule on a report.</p>
  17. <p class="formText">The C# Submit sample program creates a schedule on a report to be run at a specified time.</p>
  18. <br>
  19. <!-- * * * * * * * * * -->
  20. <!-- -->
  21. <!-- Dependent Files -->
  22. <!-- -->
  23. <!-- * * * * * * * * * -->
  24. <p class="FormLabel">Dependent Files</p>
  25. <p class="formText">Associated files are contained under the C# sample bin folder.<br>
  26. <!-- * * * * * * * * * -->
  27. <!-- -->
  28. <!-- How To Run -->
  29. <!-- -->
  30. <!-- * * * * * * * * * -->
  31. <p class="FormLabel">How To Run The Sample Program</p>
  32. <p class="formText">Double click on the file ..\csharp\bin\Submit.exe<br><br>
  33. A window will be opened containing:<br>
  34. &nbsp;&nbsp;&nbsp;&nbsp;- Sample Option selection dropdown box<br>
  35. &nbsp;&nbsp;&nbsp;&nbsp;- Report selection dropdown box<br>
  36. &nbsp;&nbsp;&nbsp;&nbsp;- Run Option command button<br>
  37. &nbsp;&nbsp;&nbsp;&nbsp;- URL text box<br>
  38. &nbsp;&nbsp;&nbsp;&nbsp;- Results Display Window <br>
  39. <br>
  40. Choose an option from the 'Choose Option' combo box, then click on the 'Run Option' button to run the sample program.</p>
  41. <!-- * * * * * * * * * -->
  42. <!-- -->
  43. <!-- Expected Results -->
  44. <!-- -->
  45. <!-- * * * * * * * * * -->
  46. <p class="FormLabel">Expected Results</p>
  47. <p class="formText">The selected report will be submitted as a step in a job named 'NewJob'.
  48. If the 'Submit Job' Option is selected, the job will be submitted and executed immediately. If the 'Submit Job At' option is selected, the job will be submitted now, and executed 2 minutes later.</p>
  49. <!-- * * * * * * * * * -->
  50. <!-- -->
  51. <!-- Documentation -->
  52. <!-- -->
  53. <!-- * * * * * * * * * -->
  54. <p class="FormLabel">Documentation</p>
  55. <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>
  56. <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>
  57. </BODY>
  58. </HTML>