Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Column Alignment Problems
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00263408
Message ID:
00263434
Views:
11
>Here are my settings for the Grid. The RowHeight has to be 30 because height of a calendar control. Sparse has to be TRUE because I want all controls to be visibile not just when you enter the field.
>
>WITH This
> *
> .RowHeight =30
> .HeaderHeight =28
> .RecordSource =This.cGridAlias
> .GridLines =2
> **
> .SetAll("FontBold",.T.,"Header")
> .SetAll("FontItalic",.F.,"Header")
> .SetAll("ForeColor",RGB(255,255,0),"Header")
> .SetAll("BackColor",RGB(90,90,0),"Header")
> .SetAll("FontBold",.T.,"Column")
> .SetAll("FontSize",12,"Column")
> .SetAll("Sparse",.F.,"Column")
> .SetAll("SelectOnEntry",.F.,"Column")
> .SetAll("Alignment",3,"Column")
>
> *
>ENDWITH

Now I can reproduce it, lets'see...
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform