Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Editing grid vales
Message
 
 
To
24/03/2010 11:06:47
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01456947
Message ID:
01456949
Views:
73
This message has been marked as the solution to the initial question of the thread.
>hello! im wondering if somethings posible.
>
>likes i have this grid from a View...that View is from a table is there a way like when i select /click a row that the data is reflected to my fields?and i can be allowed to edit? is this even possible?if so what does the control source of my field supposed to be the view or the table which the view is formulated from

Yes, it's a very common scenario. (Grid at the top, record data bellow - or record editing form may be even a separate form).

In the AfterRowColChange event of the grid you do
thisform.refresh()

Both form and grid are bound to the same table/view, but the grid is set in readonly mode.

Your view must be an updatable view.

I also have this as two pagespageframe form - first is a Grid View and second is a one record view with all fields.
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