Using two tables, 'patient' and 'visits' I created views, two examples:
'view_return1' using PATIENT only, and
'view_patient_visit' using PATIENT and VISITS
PATIENT and VISITS are in the DataEnvironment of a form with NO buffer. Both views are addid with Optimistic Row buffering.
view_return1 is used to populate a grid (using ALIAS as sourceType).
When I make changes to the ReturnDAte in the grid, how do I update the undelying table and other views without changing the record ointer?
I tried Tableupdate, refresh and requery but seem to be lacking the basic principle in theory. None of the texts appear to make it easy to understand.
Any help would be appreciated,
Thank you
Rainer
'view_return1' using PATIENT only, and
'view_patient_visit' using PATIENT and VISITS
PATIENT and VISITS are in the DataEnvironment of a form with NO buffer. Both views are addid with Optimistic Row buffering.
view_return1 is used to populate a grid (using ALIAS as sourceType).
When I make changes to the ReturnDAte in the grid, how do I update the undelying table and other views without changing the record ointer?
I tried Tableupdate, refresh and requery but seem to be lacking the basic principle in theory. None of the texts appear to make it easy to understand.
Any help would be appreciated,
Thank you
Rainer