Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set the forecolor in a Grid.Header
Message
From
18/05/2018 15:37:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to set the forecolor in a Grid.Header
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Miscellaneous
Thread ID:
01660127
Message ID:
01660127
Views:
49
Hi,

I don't seem to be able to set the forecolor of a Grid.Header to an other color than the default Black
the following code does not execute the Forecolor

With This.Column4
.Width = m.liColWidth
.Header1.FontSize = 12
.Header1.FontName = 'Toyama'
.Header1.ForeColor = Rgb(255,0,0)
.Header1.Caption = 'nolthing'
Endwith

I cannot see what is wrong here

Regards,

Koen
Next
Reply
Map
View

Click here to load this message in the networking platform