Siddhamalli
MIS
Hi this is like solution for the ? i have posted but still i have something for this to work.
instead of having a webfocus heading im going to build a html table with image and have the report title and the rundate adjacent to it in another table , but the thing is the report title and the other parameters is dynamic like i will have the html table with holder for image and title and rundate built and im going to call that in every report , no i have to provide the title name as parameter to the html table , i have the value assigned to
&rep1
how will i use this asa variable in html table like ..
-HTMLFORM BEGIN
<div align="left">
<table border="0" width="266" height="89">
<tr>
<td width="133" height="45" rowspan="2">IMAGE</td>
<td width="133" height="23">
-HTMLFORM END
&RPTTITLE1
-HTMLFORM BEGIN
</td>
</tr>
<tr>
<td width="133" height="22">
-HTMLFORM END
&RPTTITLE2
-HTMLFORM BEGIN
</td>
</tr>
</table>
</div>
-HTMLFORM END
is that right , im getting no output in the place whr the title shld come .
mail me at ganesh.siddhamalli@crowncastle.com.
instead of having a webfocus heading im going to build a html table with image and have the report title and the rundate adjacent to it in another table , but the thing is the report title and the other parameters is dynamic like i will have the html table with holder for image and title and rundate built and im going to call that in every report , no i have to provide the title name as parameter to the html table , i have the value assigned to
&rep1
how will i use this asa variable in html table like ..
-HTMLFORM BEGIN
<div align="left">
<table border="0" width="266" height="89">
<tr>
<td width="133" height="45" rowspan="2">IMAGE</td>
<td width="133" height="23">
-HTMLFORM END
&RPTTITLE1
-HTMLFORM BEGIN
</td>
</tr>
<tr>
<td width="133" height="22">
-HTMLFORM END
&RPTTITLE2
-HTMLFORM BEGIN
</td>
</tr>
</table>
</div>
-HTMLFORM END
is that right , im getting no output in the place whr the title shld come .
mail me at ganesh.siddhamalli@crowncastle.com.