Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inline in grid editing
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01532229
Message ID:
01532235
Views:
82
>Hi everybody,
>
>I have a SQL table where several columns defined as varchar(max). I want to be able to display this table in a grid and be able to edit it directly - inline.
>
>I am thinking of how to approach this form. Should I display the first 200 chars in every column and when I click on a column, somehow have it expanded into an editbox?
>
>Appreciate the ideas and also the idea of how to handle adding new records with this interface that will be convenient for the user.
>
>Thanks in advance.

Hate this :-)
But what if you have TextBox as a current control in these columns and in GotFocus you change it to EditBox and make sure that the row have enough height. Then in LostFocus revert back to the textBox and RowHeight.
Usually we have EditBoxes outside of the grid :-)
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