Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Conditionally hiding/showing checkbox in grid column...
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Conditionally hiding/showing checkbox in grid column...
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Divers
Thread ID:
01010575
Message ID:
01010575
Vues:
102
... on a record-by-record basis.

I have a grid based on a fox cursor with a logical field "lAsset". Was hoping to conditionally hide or show a checkbox in this column of the grid. I can use the WHEN method on the checkbox to make the checkbox accessible or not, but would like to hide/show the checkbox as well.

Was hoping to use something similiar to the following, but for making "column3.check1" visible when "lAsset".
thisform.grd.setall("DynamicBackColor", "IIF( tmpconflict.lOffice, RGB(250,253,193), RGB(255,255,255) )","Column")
but for making a checkbox visible or not. I see that "column" has a setall command, but no go so far. Any ideas.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform