Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Increase font of the text in the grid?
Message
De
05/01/2023 14:36:34
 
 
À
05/01/2023 11:07:23
Lutz Scheffler (En ligne)
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01685675
Message ID:
01685700
Vues:
42
>>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//
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform