Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to disable a row in a grid
Message
De
03/01/2014 13:11:53
Reza Meamar
Homa Programming Group
Shiraz, Iran
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
How to disable a row in a grid
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP3
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01591295
Message ID:
01591295
Vues:
224
Dear all,
I have a grid in my form and i want to disable some rows based on a field content.
I write this:
thisform.grid1.SetAll('ReadOnly',IIF(CanEdit=1, .F., .T.),'Column')
But this not work properly.
I do this with :
thisform.grid1.SetAll('Enabled',IIF(CanEdit=1, .F., .T.),'Column')
But this destroyed my grid.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform