MSH Flex Grid

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sumithrak
    New Member
    • Jul 2007
    • 2

    MSH Flex Grid

    I want to display the column heading in the MSH Flex grid to vertical display. i have used the banddisplay to flexBandDisplay Vertical, but it did not work. I need the help.

    .BandDisplay = flexBandDisplay Vertical
    .ColHeader(0) = flexColHeaderOn
    .ColHeader(1) = flexColHeaderOn
    .BandIndent(1) = 2
    .ColHeaderCapti on(0, 0) = "TEST"
    .ColHeaderCapti on(1, 0) = "TEST"
Working...