AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Herramientas / WDMap
  • Overview
  • Adding a record into a data file
  • Modifying a record in a data file
  • Deleting a record from a data file
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Overview
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file.
These operations can only be performed while developing the application (WDMap cannot be redistributed).
For example, you can add, modify or delete records before the corresponding windows are created in your application. You can also directly run the test of your processes.
Warning If you need to manipulate fields in linked data files (in the data model editor), it is advisable to activate integrity and duplicate management.
The integrity management and the duplicate management are enabled by default.
Integrity management is only activated if the original analysis of the data file is known: integrity management is not activated if the data file is opened directly in the explorer with WDMap.
Remarks:
  • To enable the management of integrity, select "Parameters .. Management of integrity".
    Warning It is sometimes necessary to manually locate the data files linked to the manipulated data file. To manually locate missing data files, click on the icon and select the directory of each data file contributor to the integrity management of the current data file.
  • To enable the management of duplicates, select "Parameters .. Management of duplicates".
Adding a record into a data file
To add a record into a data file:
  1. Display the data file into which the record will be added (for more details, see Viewing the records found in a data file).
  2. Select "Edit .. Add a record" (or click the first empty row of viewing table). A new row is added to the viewing table.
  3. In this new row, enter the values corresponding to the new record.
    Note: To move from one column to another, use the arrow keys on the keyboard.
  4. Click a different row to validate the addition.
    Remark: If duplicate handling is enabled and a duplicate error is detected, the HFSQL security mechanism is triggered.. Modify the values and validate.
Note: WDMap also allows you to duplicate a record:
  1. Select the record to duplicate.
  2. Select "Edit .. Duplicate a record" (or press Ctrl + D).
Modifying a record in a data file
To modify a record in a data file:
  1. Display the data file where the record will be modified (for more details, see Viewing the records found in a data file).
  2. Select the record to modify in the viewing table.
  3. Click the column to modify. The input cursor is displayed.
  4. Enter the new value.
  5. Click another row to validate the modification.
    Remark: If duplicate handling is enabled and a duplicate error is detected, the HFSQL security mechanism is triggered.. Modify the values and validate.
Batch processing: WDMap allows you to modify all displayed records in a single operation:
  1. Select "Edit .. Modify these records".
  2. Select "<Initialization>" in the rows corresponding to the items to modify.
  3. Enter the new values.
Deleting a record from a data file
To delete a record from a data file:
  1. Display the data file from which the record must be deleted (for more details, see Viewing the records found in a data file).
  2. Select the record to delete in the viewing table.
  3. Select "Edit .. Delete the record" (or press the Del key).
  4. Confirm the deletion.
    Note: An error message appears if integrity is managed and an integrity rule is applied to the deleted record.. The record will not be deleted.
Tip All recordings displayed can be deleted in a single operation using the "Edit . Delete all records".
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/01/2025

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