Collection processing response types
Event handlers with one of the collection processing response types perform actions on a specific collection. When you define one of these response types, you must specify the collection.
Response type | Description |
---|---|
“Collection Copy” | Creates a new item in the specified collection and initializes it to the values currently in the components that are bound to it. This action is equivalent to the user issuing a Copy operation when the specified collection is current. |
“Collection Delete” | Marks the current item of the specified collection for deletion. This action is equivalent to the user issuing a Delete operation when the specified collection is current. |
“Collection Init with Auto Insert Row” | Initializes a collection and inserts a new item in the autoinsert row. |
“Collection Make Current” | Makes the specified collection the current collection. |
“Collection Navigate” | Navigates the specified collection. You must specify which navigation action to take (next, previous, last or first). This action is equivalent to the user issuing a Next, Previous, Last or First operation when the specified collection is current. |
“Collection New” | Initializes a new item in the specified collection and makes it the current item. This action is equivalent to the user issuing a New operation when the specified collection is current. |
“Collection Notes” | Issues the Class Notes (Notes for All) operation for the specified collection. This action is equivalent to the user issuing a Class Notes (Notes for All) operation when the specified collection is current. |
“Collection Notes for Current” | Issues a Notes (Notes for Current) operation for the current item in the specified collection. This action is equivalent to the user issuing a Notes (Notes for Current) operation when the specified collection is current. |
“Collection Refresh” | Refreshes the specified collection. This action is equivalent to the user issuing a Refresh operation when the specified collection is current. |
“Collection Refresh Current” | Refreshes the current item of the specified collection. This action is equivalent to the user issuing a Refresh Current operation when the specified collection is current. |
“Collection Save” | Saves the specified collection. This action is equivalent to the user issuing a Save operation when the specified collection is current. |
“Collection Validate” | Validates the specified collection. If a validation error occurs, the collection and component focus is brought to the component with the validation error, |
相关主题