Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hierarchical FlexGrid - format 2nd bands Column "caption"

Status
Not open for further replies.

Jimreaper

MIS
May 22, 2001
21
US
Hello all,
I have a Hierarchical Recordset passed from a Business object set to a Hierarchical FlexGrid on my UI.
I'm trying to change the Column captions on all bands by using the .formatString property however it only changes the first band level Column captions.

Does anyone know how to change the second BANDs Column captions by using the .formatString property ?

Thank you
Jim


 
Found it.
.ColHeaderCaption(1, 0) = "col name"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top