Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Locking some rows of Grid
Message
 
To
18/10/2005 09:32:58
Sunil Kejariwal
The Software Workshop
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows 2000
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01059599
Message ID:
01059890
Views:
10
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform