Click to See Complete Forum and Search --> : MSFlexgrid Title Bar


June 16th, 2000, 09:55 PM
Hi, how do I set the caption for the fixed row of the MSFlexgrid? thanx.

d.paulson
June 16th, 2000, 10:15 PM
okay, right click on flexgrid and bring up properties. Then select the style tab. In the format section type in >Number|<Description. The > means to right justify. < means left justify. ^ means center. The | (shift backslash key) means to put the following (description) in the next column. Now you have headings in the fixed row of your flexgrid. Also the Column heading determines the width of the column itself , so if you need more width then place some spaces in the format string above

David Paulson

June 16th, 2000, 10:23 PM
Hi, thanks for your response. The solution you've given works when the program is first run. However when the grid data changes, the title bar disappears again. How should I solve this? Thanks again.

d.paulson
June 16th, 2000, 10:34 PM
check the fixed row property of the flexgrid. This should be set to 1 for 1 fixed row.

David Paulson