Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Conditionally hiding/showing checkbox in grid column...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Divers
Thread ID:
01010575
Message ID:
01010600
Vues:
20
Hmmm... cant get the "txtplaceholder" textbox to show. Sparse is false on that column. Coloring works though. Am wondering if the control source being a logical is an issue.
.grid1.column3.SetAll("DynamicCurrentControl","IIF( assetfotos.lAsset,'txtplaceholder','check1')","Column")
.grid1.setall("DynamicBackColor","IIF( assetfotos.lAsset, RGB(250,253,193), RGB(255,255,255) )","Column")
.grid1.refresh()
.refresh() 			&& for the image control
>i thought about that but didnt persue it. i guess another textbox whose VISIBLE = false.... thanks for the tip.
>
>
>>Chris,
>>
>>Add another control into the column (something like a shape or image) and use the DynamicCurrentControl.
>>
>>HTH,
>>Chad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform