|
|
|
|
|
- Item characteristics
- Handling the item and the Progress Bar control
- Updating the Progress Bar control with the data from the item
- Updating the item with the data from the Progress Bar control
Binding a Progress Bar control to an item
A ProgressBar field can correspond to an item in a data file, a query, etc. In this case, the item characteristics are as follows: - the item is an Integer.
- the item contains the value of the position in the Progress Bar control. This position corresponds to the value of the Progress Bar control.
- the item value must be between the minimum and maximum value of the Progress Bar control.
Handling the item and the Progress Bar control Updating the Progress Bar control with the data from the item 1st case: window or page fields are bound to fields in a data file (Binding) All the controls bound to an item in the data file (or a related file) will be updated by: Case 2: window or page fields are not associated with fields in a data file A value must be assigned to each control using the following syntax: <Control name> = <Data file>.<Item> Updating the item with the data from the Progress Bar control 1st case: window or page fields are bound to fields in a data file (Binding) All the items in the data file (or a related file) that are bound to a control in the window or page will be updated by: Case 2: window or page fields are not associated with fields in a data file The value of each control must be assigned to each item using the following syntax: <Data file>.<Item> = <Control name>
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|