Report_Wizard

Hello guys,.

I have a page, and in this page, I created a report "Report Wizard".

Now I display some columns in this report from the two columns of different tables of the database wizard.

That's why it seems to me (in front-end) as a table with some columns, but in fact, all columns are different tables of the database.

Now, in the same report from the wizard, I want to keep a Table (at the front end, same as above that) how can I do?

I don't want to keep it another Table in different region, rather than I want in the same region of the report wizard how can I do?



Any idea guys, help will be appreciated.

thxs,

Kind regards
GK

OK - it was a little more complicated because of the graphics used for the region (rounded corners needed to be in the right place).

Now have a look.

You can add as many reports as you like. Use the model of 'Region of multiple reports reports' region and the new model page "level for several reports in a region two tabs. New reports should be added in the position "Position in the 03 area."

The body for the page template parameter is:

<table border="0" cellpadding="0" cellspacing="0" summary="" width="100%">
<tr>
<td class="t10Logo" valign="top">#LOGO##REGION_POSITION_06#</td>
<td align="center" valign="top">#REGION_POSITION_07#</td>
<td class="t10NavBar" valign="top">&APP_USER.#NAVIGATION_BAR##REGION_POSITION_08#</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" summary="" width="100%">
<tr>
<td colspan="3" background="#IMAGE_PREFIX#themes/theme_10/tab_top_back_off.gif"><table border="0" cellpadding="0" cellspacing="0" summary=""><tr><td><img src="#IMAGE_PREFIX#themes/theme_10/tab_right.gif" alt="" /></td>#PARENT_TAB_CELLS#<td width="100%"><div class="t10Customize">#CUSTOMIZE#</div></td></tr></table></td>
</tr>
<tr>
<td valign="top" style="background-color:#dfdfb8;"><img src="#IMAGE_PREFIX#themes/theme_10/1px_trans.gif" width="1" height="1" alt="" /></td>
<td colspan="2" class="t10BreadCrumbRegion">#REGION_POSITION_01#<img src="#IMAGE_PREFIX#themes/theme_10/1px_trans.gif" width="1" height="1" alt="" /></td>
</tr>
<tr>
  <td valign="top" style="background-color:#dfdfb8;"><img src="#IMAGE_PREFIX#themes/theme_10/1px_trans.gif" width="1" height="1" alt="" /></td>
    <td colspan="2" background="#IMAGE_PREFIX#themes/theme_10/breadcrumb_bottom.gif"><img src="#IMAGE_PREFIX#themes/theme_10/breadcrumb_bottom.gif" alt="" /></td>
  </tr>
  <tr>
  <td valign="top" style="background-color:#dfdfb8;padding-left:8px;padding-right:8px;" class="t10SidebarLayout">#TAB_CELLS#</td>
  <td valign="top" style="background:url(#IMAGE_PREFIX#themes/theme_10/sidebar_right.gif)right;background-color:#cfcf9f;" class="t10SidebarLayout2"><img src="#IMAGE_PREFIX#themes/theme_10/sidebar_right.gif" alt="" /></td>
  <td valign="top" class="t10ContentBody">
  <table border="0" cellpadding="0" cellspacing="0" summary="" width="100%">
<tr><td valign="top" width="100%"><div class="t10messages">#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#</div>#BOX_BODY##REGION_POSITION_02#</td>
<td valign="top">
<table class="t10ReportsRegion" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES# border="0" cellpadding="0" cellspacing="0" summary="">
<tr>
<td width="7"><img src="#IMAGE_PREFIX#themes/theme_10/region_left_top.gif" alt=""/></td>
<td class="t10RegionHeader"><table border="0" cellpadding="0" cellspacing="0" summary="">
<tr>
<td><img src="#IMAGE_PREFIX#themes/theme_10/region_title_left.gif" alt=""/></td>
<td class="t10RegionTitle">Significant Medical History</td>
<td width="7"><img src="#IMAGE_PREFIX#themes/theme_10/region_title_right.gif" alt=""/></td>
</tr>
</table></td>
<td><img src="#IMAGE_PREFIX#themes/theme_10/region_right_top.gif" alt=""/></td>
</tr>
<tr>
#REGION_POSITION_03#<tr>
<td><img src="#IMAGE_PREFIX#themes/theme_10/region_left_bottom.gif" alt=""/></td>
<td class="t10RegionFooter"><img src="#IMAGE_PREFIX#themes/theme_10/region_middle_bottom.gif" alt=""/></td>
<td><img src="#IMAGE_PREFIX#themes/theme_10/region_right_bottom.gif" alt=""/></td>
</tr>
</table>
#REGION_POSITION_04#
<br /></td>
</tr>
</table></td>
</tr>
</table>

And the definition of the model to the new model of the region is:

<tr>
<td class="t10RegionLeft"><img src="#IMAGE_PREFIX#themes/theme_10/region_left_middle.gif" alt=""/></td>
<td class="t10RegionBody">#BODY#</td>
<td class="t10RegionRight"><img src="#IMAGE_PREFIX#themes/theme_10/region_right_middle.gif" alt=""/></td>
</tr>

Basically, the top and bottom of what would have been the defintion of the region have been moved to the page template to surround the placeholder #REGION_POSITION_03 #. You will notice that the star of this region has been hardcoded in the page template - I'm not sure that there is a simple way around this.

Andy

Tags: Database

Similar Questions

Maybe you are looking for