• TBColumnNew :Heading with two line ?

    From Otto Haldi@21:1/5 to All on Wed Jan 25 14:06:23 2023
    Hello It is possible to have two lines on a TBrowseTB header ?


    col1 := TBColumnNew(, {|| ARTGRUPPE->ART_GRP_NR } )
    col1:HeaDing := "N."
    col1:DefColor := {3,2,6,2}

    My idea:
    col1:HeaDing := "N."
    second line "--"

    col2 := TBColumnNew(, {|| ARTGRUPPE->BEZ } )
    col2:HeaDing := "Bezeichnung"
    col2:DefColor := {4,2,6,2}

    col2:HeaDing := "Bezeichnung"
    second line "-----------"

    Small other question how can I freeze the col1 and col2 ?
    Many thanks in advance for your help

    Regards
    Otto

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Wed Jan 25 14:33:09 2023
    Il 25/01/2023 14:06, Otto Haldi ha scritto:

    Hello It is possible to have two lines on a TBrowseTB header ?

    Yes, use the semicolon as a line break;

    "Bezeichnung;-----------"

    Small other question how can I freeze the col1 and col2 ?

    oBrw:Freeze = 2

    --
    Enrico Maria Giordano

    http://www.emagsoftware.it
    http://www.emagsoftware.it/emgmusic
    http://www.emagsoftware.it/spectrum
    http://www.emagsoftware.it/tbosg

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Claudio H@21:1/5 to All on Wed Jan 25 07:46:05 2023
    Otto
    If your purpose is to use that second line as a separator, you can also use TBrowse's :headSep property.
    Regards
    Claudio H

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Otto Haldi@21:1/5 to All on Wed Jan 25 16:57:48 2023
    Hello Enrico,
    Thanks so much that fixed the problem, you help is appreciated.
    Regards
    Otto


    Le 25.01.2023 à 14:33, Enrico Maria Giordano a écrit :


    Il 25/01/2023 14:06, Otto Haldi ha scritto:

    Hello It is possible to have two lines on a TBrowseTB header ?

    Yes, use the semicolon as a line break;

    "Bezeichnung;-----------"

    Small other question how can I freeze the col1 and col2 ?

    oBrw:Freeze = 2


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Otto Haldi@21:1/5 to All on Fri Jan 27 17:36:12 2023
    Hallo Claudio,
    Thanks, yes, it's much better.
    Regards
    Otto
    Le 25/01/2023 à 16:46, Claudio H a écrit :
    Otto
    If your purpose is to use that second line as a separator, you can also use TBrowse's :headSep property.
    Regards
    Claudio H

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)