Lines on both sides of text header

edited 6:45PM in FastReport 4.0
Can I display lines on both sides of a text header that fills to the width?

For example, not dashes but a solid line.
------------- Direct Deposits -------------
Acct # XXXXX                         YYYYYY
ABA # YYYY                            RETDD

Comments

  • edited 6:45PM
    Bill E wrote: »
    Can I display lines on both sides of a text header that fills to the width?

    For example, not dashes but a solid line.
    ------------- Direct Deposits -------------
    Acct # XXXXX                         YYYYYY
    ABA # YYYY                            RETDD
    
    In a roundabout way yes
    Drop a shape (or text component with Top or Bottom Frame set) onto your band. Expand to full width, set position and/or height.
    Drop another text component with 'Direct Deposits' onto the same band. BringToFront.
  • edited May 2014
    technisoft wrote: »
    In a roundabout way yes
    Drop a shape (or text component with Top or Bottom Frame set) onto your band. Expand to full width, set position and/or height.
    Drop another text component with 'Direct Deposits' onto the same band. BringToFront.

    That works with one additional step, the background color of the text has to be set (for example to white) in order to cover up the line behind the text.

    Thanks for the reply.
  • gpigpi
    edited 6:45PM
    Also you can set Left/Right frame border for TfrxMemoView

Leave a Comment