ToshTrent
Technical User
- Jul 27, 2003
- 209
How can I make the following code turn my flexgrid headers to a fixed row?
With msflxMediaCodes
Set .DataSource = rs
.ColHeader(0) = flexColHeaderOn
.Cols = 2
.RowHeightMin = 280
.ColHeaderCaption(0, 0) = "Client"
.ColWidth(0) = 580
.ColHeaderCaption(0, 1) = "Magazine"
.ColWidth(1) = 500
End With
I did try (.FixedRows = 1) but this just got my field names from Access.
Thanx
Tosh
With msflxMediaCodes
Set .DataSource = rs
.ColHeader(0) = flexColHeaderOn
.Cols = 2
.RowHeightMin = 280
.ColHeaderCaption(0, 0) = "Client"
.ColWidth(0) = 580
.ColHeaderCaption(0, 1) = "Magazine"
.ColWidth(1) = 500
End With
I did try (.FixedRows = 1) but this just got my field names from Access.
Thanx
Tosh