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 / Desarrollar una aplicación o un sitio web / RAD / Modelo RAD
  • The steps for creating a RAD pattern
  • Creating the RAD Pattern project
  • The analysis of the RAD Pattern project
  • Analysis
  • Example of application
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
The steps for creating a RAD pattern
The steps for creating a RAD pattern are as follows:
  1. Creating the "RAD Pattern" project.
  2. Creating the different windows and pages of the pattern.
  3. Generating the RAD pattern.
  4. Using the RAD pattern.
Creating the RAD Pattern project
The RAD pattern is created from a "RAD Pattern" project.
To create a "RAD Pattern" project:
  1. Click in the quick access buttons. The window for creating a new element is displayed: click "Project".
  2. In the project creation wizard, select "RAD pattern".
  3. Specify the project name and location. These options cannot be modified. In WINDEV, the project corresponds to a ".WDP" file. This file can be opened by WEBDEV and WINDEV Mobile. For more details, see Common project.
    All the objects associated with the project will be created in the specified directory.
  4. Finish the wizard. The project is automatically created and associated with an analysis. This analysis contains the necessary files for creating a RAD that can be adapted to all the file configurations.
Note: WEBDEV integrated into WINDEV: A "Pattern RAD" configuration only accepts windows, so it is not possible to generate a pattern for WEBDEV.
The analysis of the RAD Pattern project

Analysis

All the "RAD Pattern" projects are associated with the same analysis. This analysis contains all the types of links and groups of files.
This analysis contains:
  • a single file (RADFileC for instance).
  • two files linked by a simple link (RADFileB linked to RAD FileC or RADFileA linked to RADFileB for instance).
  • two files (and a junction file) linked by a complex link (RADFileB linked to RADFileC via the junction file RADFileD).
Any analysis can be divided into several sets of these three groups of files.

Example of application

Let's try to divide the following analysis:
The following groups are created:
  • Customer.
  • Order.
  • Product.
  • Supplier.
  • Customer linked to Orders.
  • Orders linked to Product by the link file named OrdLine.
  • Product linked to Supplier.
Versión mínima requerida
  • Versión 12
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 11/01/2025

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