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. |