Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cell in grid RO/RW
Message
From
24/09/2004 13:07:22
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00945766
Message ID:
00945782
Views:
14
Not sure about this, but I suspect the column read only setting probably takes precedence over the control setting.

Regards,
Jim

>I have a grid that shows the data of a table. One column shows a logical field. The column has two controls, the traditional textbox (Text1) and a checkbox (Check1). Furthermore Sparse is False. The DynamicCurrentControl is iif( somecondition, 'Text1', 'Check1' ). The textbox is ReadOnly, the checkbox is ReadWrite.

The strange thing is that the cells that use the textbox are still ReadWrite. If I put T or F in it, the underlying field in the table will indeed change.

Any suggestion? (I know about the When() trick, but am of opinion that it should work as I have built it now.)
Jim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform