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
 
À
12/05/1999 11:45:59
Bruno Di Lalla
Bdl Computer Consulting
Greely, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00217323
Message ID:
00217887
Vues:
19
>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.

So how does the user know what's editable, by trial and error?
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform