Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to enable just one row on grid
Message
 
À
05/11/2000 19:16:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00438157
Message ID:
00438193
Vues:
16
Just like Cetin wrote you have to put the setall command in the AfterRowColChange Method of the grid
(this method fired once you change between rows or columns)

HTH
Ariel Gimenez

>>How to enable just one row on grid?
>
>* AfterRowColChange
>this.Setall('Enabled',llCondition)
>Cetin

Hello Cetin

The row grid is initially disabled and I have tried this
Thisform.pageframe1.page1.ackgrid.setall('enabled',IIF(RECNO('vwconsigna')<0,.t.,.f.))

The command before is executed in the click method of command button. The result is that all rows are enabled.

What is wrong?

Ariel Gimenez

our power is our knowledge

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform