Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid header alignment
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01349605
Message ID:
01349777
Views:
19
>How do you get the text in a grid header to drop to the bottom of the header? I have the following code in the init but the text is still at the top.
>
>Thanks
>
>
>for each oColumn in this.Columns
>	oColumn.width = 100
>	thisform.resizeobject(oColumn)
>	oColumn.header1.alignment = 9
>next
>
The above code works for me. Are you sure you don't have something firing later that overrides it? You might try setting it in the form.gotfocus.
Beer is proof that God loves man, and wants him to be happy. - Benjamin Franklin
John J. Henn
Previous
Reply
Map
View

Click here to load this message in the networking platform