Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inline in grid editing
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01532229
Message ID:
01532238
Vues:
45
>>>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 :-)
>
>What I'm thinking is that I don't have to have it as a current control. This editbox still can be on the form directly - I just dynamically adjust its position...

I like Craig's suggestion more.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform