Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid header forecolor
Message
From
26/07/2004 16:32:21
 
 
To
26/07/2004 15:16:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00928032
Message ID:
00928063
Views:
29
>I'm trying to change the ForeColor of Grid headers in VFP 8.0 and it doesn't seem to work in the form designer or when I run the form. I'm using a VFP base class grid on a Page frame. BackColor does not work either. Font and FontSize work ok.
>
>Anyone seen this?
>
>thanks
>
>bonnie

To add to what Sergey said, you can turn off themes for the Grid, the entire form, or all of VFP.
thisform.oGrid.Themes = .f.
thisform.Themes = .f.
_SCREEN.Themes = .f.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform