Results 1 to 4 of 4

Thread: no scrolling headers (et al)?

  1. #1
    Join Date
    Sep 2005
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default no scrolling headers (et al)?

    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
    Code:
    </PRE></DIV>
    Any Ideas on how to make this work?
    Last edited by HockeyFan; 11-03-2005 at 08:08 PM.

  2. #2
    Join Date
    Sep 2004
    Location
    Little Falls, Roodepoort, South Africa
    Posts
    421
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    can you not split the report, i.e Top (Custoemr Details, which you could then fix) and bottom (scrollable content)
    Very Best Rgds, Simonf :cool:
    __________________________________
    My Site | E-Mail Me

  3. #3
    Join Date
    Sep 2005
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thought of that, but concerned that the columns really wouldn't line up very well. Plus, if the report scrolls horizontally, then I'd have to scroll the header section too (and not sure that can be done where they will continue to line up).

  4. #4
    Join Date
    Sep 2004
    Location
    Little Falls, Roodepoort, South Africa
    Posts
    421
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    Houston.. we have a problem...
    Very Best Rgds, Simonf :cool:
    __________________________________
    My Site | E-Mail Me

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •