Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to make a single row in a grid to be editable
Message
De
12/05/1999 11:45:59
Bruno Di Lalla
Bdl Computer Consulting
Greely, Ontario, Canada
 
 
À
11/05/1999 13:41:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00217323
Message ID:
00217881
Vues:
14
Hello Alaster,

I had to solve this for one of my apps and here's how I do it...

In the AfterRowColChange Event of the grid, determine if the row you are on should be editable or not.

If it shouldn't be editable do the following for every column in the grid:
this.ColumnName.Text1.Enabled=.F.

If it should be editable do the following for every column in the grid:
this.ColumnName.Text1.Enabled=.T.

'ColumnName' is the name of columns in your grid
'Text1' is the name of the default textbox object found in every column. If you have another object in a column, for example a checkbox, then replace 'Text1' with the name of that object.

Hope this helps.

>hi !,
>
>this is alaster from Singapore.
>does anyone know how to make a single row in a grid to be editable
>base on the current record and the rest of the rows to be read only.
>
>i really appreciate if you can help, thank you in advance.
>
>alaster
Bruno Di Lalla
Consultant
BDL Computer Consulting
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform