I have a grid that has a column with 3 different textbox controls in it. Depending on the content of the current record depends on which textbox gets focus. The first 2 TextBoxes are bound to data in different tables and the 3rd isn't bound to anything. When the user tries to change data in the column it automatically gives the 3rd textbox focus. This all works great. The only problem is that for some reason the 3rd textbox automatically gets set to readonly and therefore the user can't change any data. I have tried changing the readonly status via the Debugger at run time but VFP automatically changes it back to readonly. Does anyone have any ideas why this is happening?
Other Info:
I am using VFP 6.0. The Columns bound property is set to False. Sparse is set to False. All the data displays properly.
Other Info:
I am using VFP 6.0. The Columns bound property is set to False. Sparse is set to False. All the data displays properly.