Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set All Headers in a grid
Message
From
21/04/2002 22:21:49
Mike Smith
Doncaster Office Services
Oakville, Ontario, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Set All Headers in a grid
Miscellaneous
Thread ID:
00647426
Message ID:
00647426
Views:
38
Suppose I would like the headers in all columns of a Grid to be in Bold Font. Is there a way of writing a SETALL command in the Init deal with this?

e.g. If I want all the columns and rows to be bold I would say THISFORM.GRID1.SETALL("FONTBOLD",.T.)

But to refer to the headers I would have to say:
THISFORM.COL1.HEADER("FONTBOLD", .T.)
THISFORM.COL2.HEADER("FONTBOLD", .T.) etc.

Is there a generic way of referring to all headers in a grid to make all headers BOLD?

Mike Smith
Next
Reply
Map
View

Click here to load this message in the networking platform