|
|
|
|
|
- Características del campo
- Manejo del artículo y del control Nota reposicionable
- Para actualizar el control con los datos del elemento:
- Para actualizar el artículo con los datos del control Nota reposicionable
Vinculación de un control Nota reposicionable a un artículo
Características del campo Un control Nota reposicionable puede vincularse a un elemento de un archivo de datos, una consulta, etc. El elemento vinculado al control Nota será un elemento Texto. Manejo del artículo y del control Nota reposicionable Para actualizar el control con los datos del elemento: Case 1: window fields are associated with 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 FileToScreen. Case 2: the fields in the window 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> Para actualizar el artículo con los datos del control Nota reposicionable Case 1: window fields are associated with 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 will be updated by ScreenToFile. Case 2: the fields in the window 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|