|
|
|
|
|
- Item characteristics
- Handling the item and the Repositionable Note control
- To update the control with the data from the item:
- To update the item with the data from the Repositionable Note control
Binding a Repositionable Note control to an item
A Repositionable Note control can be bound to an item in a data file, query, etc. The item bound to the Note control will be a Text item. Handling the item and the Repositionable Note control To update the control with the data from the item: 1st case: the controls in the window are bound to items in a data fileAll the controls bound to an item in the data file (or a related file) will be updated by FileToScreen. 2nd case: the controls in the window are not bound to items in a data file A value must be assigned to each control using the following syntax: <Control name> = <Data file>.<Item> To update the item with the data from the Repositionable Note control 1st case: the controls in the window are bound to items in a data fileAll the items in the data file (or a related file) that are bound to a control in the window will be updated by ScreenToFile. 2nd case: the controls in the window are not bound to items in a data file The value of each control must be assigned to each item using the following syntax: <Data file>.<Item> = <Control name>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|