Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Increase font of the text in the grid?
Message
From
05/01/2023 14:36:34
 
 
To
05/01/2023 11:07:23
Lutz Scheffler (Online)
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01685675
Message ID:
01685700
Views:
41
>>Help SetAll
>>to ease the running effort

>I'm not that into SetAll. SetAll was not recursing into inner containers for what I remember. For grid.column_n.text.fontsize the container is the column.
*--- just anything to browse against
SELECT Textgruppe, SUM(betrag), COUNT(*) ;
FROM t_bank WHERE LEFT(Textgruppe, 3)="noI";
group BY 1 ;
order BY 2 desc
BROWSE LAST NAME oBr NoWait
set step on 
*-- Now in Single step to witness effect...
 obr.SetAll("Fontsize", 20)
obr.SetAll("Fontsize", 12)
obr.SetAll("Fontsize", 20)
obr.SetAll("Fontitalic", .t.)
obr.SetAll("Fontsize", 12)
works here in quickcheck
//upd: vfp adv 10.00.0000.2010
doubt my memory is THAT frail as to not work in vfp orig
upd//
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform