Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Interactively Changing Object Properties in Grid
Message
De
31/01/2004 13:29:11
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Interactively Changing Object Properties in Grid
Divers
Thread ID:
00872669
Message ID:
00872669
Vues:
54
I thought the following code in the ProgrammaticChange method would change the font for a textbox in my grid, but when its value is changed in code the font does not change. Trying to show the font differently for this cell depending on whether the value is TRUE or FALSE. Thanks!

Regards, Renoir
THISFORM.Lockscreen = .T.

WITH THIS
	IF .Value = .T.
		.ForeColor = RGB(255,0,0)
		.FontBold = .T.
	ELSE
		.ForeColor = RGB(0,0,0)
		.FontBold = .F.
	ENDIF
ENDWITH

THISFORM.Lockscreen = .F.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform