Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to disable a row in a grid?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00310316
Message ID:
00310393
Views:
20
Nick,

>>
>>Is there some method to impede the edition of a specific row in a grid according to a condition?
>>
>>I have attempted with this instruction in the init event of the grid
>>
>>This.SetAll("Enabled", lCondition, "Column")
>>
>>but this disables all the columns when a record completes th
>>e condition.
>>
>>I thank any help a lot!
>>
>>JL
>
>Jose, you may try to put the code into all column's textboxes When() events, so each time you are trying to edit the value in that record the textbox will disable itself.
>

If we have situation with dynamic change of standard TextBox to out Text (or whatever) class in grid Init method? How we should resolve this situation? Or, for example, I want to Add records, then user hits Enter, and delete, if whole content of column deleted, how can I do this? My TextBox class should be completely separate and doesn't know about it's Grid parent.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform