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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to center colum's title in MSflexgrid 1

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
i'm using microsoft flexgrid 6.0.
i don't know how to center column's title or field's title in msflexgrid.
pls help me

thanks,
oleq
 
In the format section when you fill in the title, such as <Invoice No |^Invoice Date |> Invoice Total |>Payments|> Credits|> Balance Due|^Pd

The < for left justify
the > for right justify
the ^ for center.

The rule applies to the rest of the column also.
David Paulson


 
sorry if i didnt get what you mean...

here is my script...

Sub DoSql()

Dim mysql$

mysql$ = &quot;SELECT inv_name as INVNAME FROM invoices&quot;
Data1.RecordSource = mysql

End Sub

i tried to place ^INVNAME in formatstring but it isnt working...

pls help me again

thanks
oleq
 
The format section that I am refering to is a property of the MSFlexgrig itself. Right click on the flexgrid. Click the style tab. This format is the one to use for filling in the headings, etc.
David Paulson


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top