I am looping through a recordset populating a flexgrid with 7 columns.
Every now and then I want to write a heading that spans the 7 columns.
Is this possible?
I have tried saying MSFlexGrid1.cols = 0 ... as I write the heading and MSFlexGrid1.cols = 7 after I have written the heading but it does not work.
Thanks for any input.


Reply With Quote
