PxPlus User Forum

Twitter Twitter Twitter

Author Topic: List_box titles  (Read 1358 times)

edjack

  • Silver Member
  • ***
  • Posts: 44
  • Computerease
    • View Profile
List_box titles
« on: November 12, 2019, 09:31:33 AM »
In a Nomads defined LIST_BOX-Report View
Is there a way to have the Title Line display with a background colour, such as Light Gray?

Ed Jack
Computerease

Jane Raymond

  • Staff
  • Diamond Member
  • *****
  • Posts: 280
    • View Profile
    • PVX Plus Technologies
Re: List_box titles
« Reply #1 on: November 12, 2019, 09:56:32 AM »
As of PxPlus 2016, the 'HdrTextColor$ and 'HdrBackColor$ properties are available to control the colors of the column titles.


e.g. RV.CTL'HdrBackColor$="Light Gray"


This would be done in your code, or by defining it in a Theme or Visual Class.





Jane Raymond
Software Developer
PVX Plus Technologies Ltd.

edjack

  • Silver Member
  • ***
  • Posts: 44
  • Computerease
    • View Profile
Re: List_box titles
« Reply #2 on: November 12, 2019, 10:31:55 AM »
As of PxPlus 2016, the 'HdrTextColor$ and 'HdrBackColor$ properties are available to control the colors of the column titles.


e.g. RV.CTL'HdrBackColor$="Light Gray"


This would be done in your code, or by defining it in a Theme or Visual Class.

That works for me... thanks
Ed Jack
Computerease