Changing Data
Use
If changing data is allowed in your list, interface elements can be used in the cells of the list that enable individual values to be changed. Your application can provide the following interface elements:
-
Input field
-
dropdown list box
-
Checkbox
-
Toggle button
Completing Data Entry
For your application, it is important that your changes to the data are checked at certain times to ensure that certain rules were followed, such as data format, fixed values and so on.
At what point the system checks the correctness of the data is for the most part determined by your application. Nevertheless, there are some times that are checked in every case:
-
If you choose one of the following pushbuttons from the application toolbar of the list:
-
Check
-
with quick info Open Settings Dialog Box or Close Settings Dialog Box -
with quick info Display Filter Line or Delete Filter and Close Filter Line
-
-
If you choose another view
-
If you sort the list by choosing one of the column headers
Furthermore, your application can set other times at which a check can be triggered.
Prerequisites
In addition to the general prerequisites for changing data (see Changing Data), you must also ensure the following:
-
The list contains the UI elements listed above.
-
The interface elements are active and thus can be used.
Procedure
-
To change the value of a specific cell in the list, enter the new value.
-
If you want to complete data entry, choose Checkor one of the other pushbuttons or functions listed above from the application toolbar.
Result
The system checks your entries. If the check was completed successfully, the new data is saved. Otherwise, an error message is displayed.