Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid headings
Message
 
 
To
28/08/2008 08:04:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01342499
Message ID:
01342502
Views:
12
This message has been marked as the solution to the initial question of the thread.
>how do i make all my headings in the grid to rgb(255,255,255) and Bold with the minimum of commands.
>assume the number of columns is a variable.
Thisform.grid1.SetAll("ForeColor", RGB(255,255,255), "Header")
Thisform.grid1.SetAll("FontBold", .T., "Header")
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform