Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Editing grid vales
Message
From
24/03/2010 11:35:24
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01456947
Message ID:
01456953
Views:
33
>>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.

ok i did the thisform.refresh,grid is readonly.
but help me here
where do i set the form view to updatable and also when u say form has 2 be bound 2 the same view u mean my fields need 2 have the view as its control source?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform