A. Vision Applications from a User’s Perspective : Allowing Specific User Operations : User Operations on Update frames
 
Share this page                  
User Operations on Update frames
Update frames let users view data retrieved from the database. In addition, users can change this data and, if you permit, delete data or add new data. You can control the display of data in the same ways as on Browse frames.
The following table describes the operations users can perform on Update frames—in addition to those for Browse frames—and the corresponding menu items that Vision generates:
User Operation
Menu Item that Vision Generates
Visual Query Specification
Write a changed record to the database (or confirm a deletion of a record)
Save
Included in the default frame definition for Update frames
Change a record, then save it as a new record without affecting the original data
AddNew
Set the value of the Insert field to "y" for each table to which users can add records
Add new records to the Master or Detail table
AppendMode
By default, if you allow insertions to the Master or Detail table as described above
Open a blank row in the detail table on which to add a new record
RowInsert
By default, if you allow insertions to the Detail table as described above
Delete records from the Master table and/or the Detail table
Delete
For details on allowing users to delete records on Update frames, see Defining Frames with Visual Queries.
Delete the row in the Detail table on which the cursor is positioned
RowDelete
Allow Detail table deletions are described in Defining Frames with Visual Queries.