| 
| Add body as string into script file [message #70698] | Thu, 01 September 2005 09:31 |  | 
| Eclipse User  |  |  |  |  | Im using API to create rptdesign file,  is there any idea how to add the body as string into this file?
 e.g. body:
 <body>
 <table>
 <property name="width">100%</property>
 <property name="dataSet">DataSet</property>
 <column/>
 <header>
 <row>
 <cell>
 <label>
 <text-property
 name="text">OMXEnvCd</text-property>
 </label>
 </cell>
 </row>
 </header>
 <detail>
 <row>
 <cell>
 <data>
 <expression
 name="valueExpr">row["OMXEnvCd"]</expression>
 </data>
 </cell>
 </row>
 </detail>
 <footer>
 <row>
 <cell/>
 </row>
 </footer>
 </table>
 </body>
 
 Thanks,
 Said
 |  |  |  | 
Powered by 
FUDForum. Page generated in 0.03524 seconds