Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid display conflict: highlighted row vs NullDisplay
Message
De
18/12/2008 18:48:27
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01368679
Message ID:
01368709
Vues:
7
I do like this. For BOLD and backcolors / forecolors
This code can go in the page activate or grid Afterrowcol event

for i = 1 to thisform.pageframe1.page1.Grid1.ColumnCount
xcol = "column"+allt(str(i))+'.'
thisform.pageframe1.page1.grid1.&xcol.DynamicFontBold = ;
'IIF(mark="Y", .t., .f.)'
endfor

thisform.pageframe1.Page1.Grid1.column1.dynamicbackcolor = 'iif(mark="Y",rgb(0,255,255),rgb(255,255,255))'
Hope this helps. Not positive I understand all your needs.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform