AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / Desarrollar una aplicación o un sitio web / Controles, ventanas y páginas / Controles: tipos disponibles / Control Campo de entrada
  • Item characteristics
  • Updating the Edit control with the value from the item
  • Updating an item with the data from the Edit control
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Binding an Edit control to an item
Item characteristics
An Edit control can be bound to an item in a data file, query, etc, ... The type of the bound control may be different depending on the item type.
The table below shows the different types of items and the corresponding Edit controls automatically created by the RAD methodology:
Type of itemType of control
TextText edit control
NumericNumeric edit control
CurrencyCurrency edit control
DateDate edit control
TimeTime edit control
Updating the Edit control with the value from the item
1st case: the controls in the window or page are bound to items in a data file
All the controls bound to an item in the data file (or a related file) will be updated by:
2nd case: the controls in the window or page 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>
Updating an item with the data from the Edit control
1st case: the controls in the window or page are bound to items in a data file
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:
2nd case: the controls in the window or page 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>
See also
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local