Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid text size not changing
Message
De
18/04/2004 02:19:09
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
18/04/2004 02:14:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00895820
Message ID:
00895897
Vues:
20
Covering issue is for if you set it at text1 level. Try at column level :)

>>>>WITH thisform.pfgmain.pgConfirm.grdConfirmGrid.column1
>>>> .Alignment = 2
>>>> .FontBold = .T.
>>>> .FontSize = 35
>>>>ENDWITH

Cetin


>Hi,
>
>Highlighting of the grid work after I see the grid properly
>as my text is too big, it cover the highlighting part.
>
>Sorry for the mistake and thank for your
>advise and help. You are great.
>
>>I'm not sure you're reading it right. Doesn't highlighting work when you do that at column level ?
>>Cetin
>>
>>>Hi,
>>>
>>>Thank for your advise.
>>>I miss it.
>>>
>>>However, it cause my highlight of the individual
>>>column row to be inactive.
>>>
>>>My grid setting is THISFORM.grdShow.HighlightStyle = 2
>>>
>>>So, I must set individual active row highlight colour right ?
>>>
>>>
>>>>>Hi,
>>>>>
>>>>>I am using VFP8 SP1 on Win2k SP4.
>>>>>My touch screen application had a few grid
>>>>>display on their individual pages.
>>>>>
>>>>>However, I can't seem to change the grid
>>>>>text size. Why.
>>>>>
>>>>>Any one can assist me on this issue
>>>>>as I don't had problem with VFP6.
>>>>>
>>>>>I had something like
>>>>>
>>>>>
>>>>>* here is the setup of the controlsource
>>>>>
>>>>>WITH thisform.pfgmain.pgConfirm.grdConfirmGrid.column1
>>>>>
>>>>> .text1.Alignment = 2
>>>>> .text1.FontBold = .T.
>>>>> .text1.FontSize = 35
>>>>>
>>>>>ENDWITH
>>>>
>>>>Grid objects have an hierarchy. Set it at column level. If you'd set it at control level then set sparse off. ie:
>>>>Either :
>>>>
>>>>WITH thisform.pfgmain.pgConfirm.grdConfirmGrid.column1
>>>>	.Alignment = 2
>>>>	.FontBold = .T.
>>>>	.FontSize = 35
>>>>ENDWITH
>>>>* Or
>>>>WITH thisform.pfgmain.pgConfirm.grdConfirmGrid.column1
>>>>	.text1.Alignment = 2
>>>>	.text1.FontBold = .T.
>>>>	.text1.FontSize = 35
>>>>    .Sparse = .F.	
>>>>ENDWITH
>>>>
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform