Hi!
I have a page created in Domino. I wanted to create a printable view for my forms and views. I created a ViewTemplateDefault so I can render a specific designs to my views.
I was able to make a printable version for the main page (it's only a form) but I got stucked with creating a printable version of my views. By the way, my viewTemplateDefault form contains subforms.
Please help me create a printable versions of my views.
Below is a part of my script in my subform:
<table width="950" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="190" class="navHeader"><Computed Value></td>
<td width="550" class="contentHeader" fontface="bold"><Computed Value></td>
</tr>
<tr>
<td width="190" class="nav" valign="top">
<--! SCRIPT TO DISPLAY PAGE IN PRINTABLE VERSION -->
<a href="loginPage_prt?OpenForm">Printer-friendly</a>
<-- ============================================= -->
<h1>View Programs:</h1>
<ul>
<li><a href="vhrByProjTitle?OpenView">By Program Title</a></li>
<li><a href="vhrByDate?OpenView">By Date</a></li>
<li><a href="vhrByCategory?OpenView">By Category</a></li>
<li><a href="vhrByLocation?OpenView">By Venue</a></li>
I have a page created in Domino. I wanted to create a printable view for my forms and views. I created a ViewTemplateDefault so I can render a specific designs to my views.
I was able to make a printable version for the main page (it's only a form) but I got stucked with creating a printable version of my views. By the way, my viewTemplateDefault form contains subforms.
Please help me create a printable versions of my views.
Below is a part of my script in my subform:
<table width="950" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="190" class="navHeader"><Computed Value></td>
<td width="550" class="contentHeader" fontface="bold"><Computed Value></td>
</tr>
<tr>
<td width="190" class="nav" valign="top">
<--! SCRIPT TO DISPLAY PAGE IN PRINTABLE VERSION -->
<a href="loginPage_prt?OpenForm">Printer-friendly</a>
<-- ============================================= -->
<h1>View Programs:</h1>
<ul>
<li><a href="vhrByProjTitle?OpenView">By Program Title</a></li>
<li><a href="vhrByDate?OpenView">By Date</a></li>
<li><a href="vhrByCategory?OpenView">By Category</a></li>
<li><a href="vhrByLocation?OpenView">By Venue</a></li>