Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DynamicFontStrikeThru
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00159439
Message ID:
00159455
Vues:
21
>Could anybody tell me how to use DynamicFontStrikeThru in a grid on run time. For example if I press a key or a CommandButton I'd like to aply it to a row.

Same way as anything else, something like:

grid.SetAll("Dynamicfontstrikethru",;
"IIF(recno()=nrecnum,;
.T.,.F.)", "Column")

You probably have to set the active cell in text.gotfocus, like

textbox.fontstrikethru = .t.
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform