I create a report on a screen, and now I'm getting people asking me if I can make the headers none scrollable, and let the report scroll beneath the header.
The thing is, these reports are actually generated by them, not me. I just read them in and display them via the web (adding a greenbar affect for them). Therefore, I don't know what portion is the header programmatically. I only know looking at it as a human being, and their different reports have headers differently, so I can't just say "make the first 4 or 5 lines non-scrollable.
What they're asking is is there a way that they can select which lines they want not to scroll and have everything else scroll under.
Here's what I have:
Code:
<DIV Class="ReportViewText">
<PRE Style="Font-Family: Courier New; Font-Size: 8pt;" ><Font Class="GreenBar1"> 12/22/87 C. D. T R I A L B A L A N C E PAGE 001 </Font>
<Font Class="GreenBar2"> </Font>
<Font Class="GreenBar1"> CUST CD CURRENT ORIGINAL ACCR. NEXT LAST ORIG CURR TY TO</Font>
<Font Class="GreenBar2"> NBR N A M E NBR BALANCE BALANCE INT. RATE DATE PAID DATE MATY CD FG</Font>
<Font Class="GreenBar1"> </Font>
<Font Class="GreenBar2"> 100021 MR OR MRS W A SMITH 8719 79,000.00 2,827.77 .06500 01/04/88 06/04/87 06/04/87 01/04/88 1 0</Font>
Bear in mind that ReportViewText is a scrollable div.
Assume the report goes on for quite a few lines and then
Any Ideas on how to make this work?
Bookmarks