Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Locking some rows of Grid
Message
 
À
18/10/2005 09:32:58
Sunil Kejariwal
The Software Workshop
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows 2000
Database:
Visual FoxPro
Divers
Thread ID:
01059599
Message ID:
01059890
Vues:
11
>Thanks for the tip.
>
>Can I also disable one column on a button click.
>Say for example the grid is grdtest and has two columns
>clmcode and clmname
>
>Now on a button click if I want to disable clmcode how can I do that
>the following code is not working
>thisform.grdtest.clmcode.readonly = .t.
>or
>thisform.grdtest.clmcode.txtcode.readonly = .t.
>
>Pl. help. Thanks once again.
>
>Regards

How about:
thisform.grdtest.clmcode.Enabled = .f.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform