ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Developing an application or website / RAD / RAD pattern
  • The steps for creating a RAD pattern
  • Creating the RAD Pattern project
  • The analysis of the RAD Pattern project
  • Analysis
  • Example of application
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
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 new element window appears: click "Project".
  2. In the project creation wizard, select the "Pattern RAD" option.
  3. Enter 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.
Remark: WEBDEV integrated in WINDEV: A "RAD pattern" configuration only supports windows, patterns for WEBDEV cannot be generated.
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 example).
  • two files linked by a simple link (RADFileB linked to RAD FileC or RADFileA linked to RADFileB for example).
  • two files (and a relation file) linked by a complex link (RADFileB linked to RADFileC via the relation 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.
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 04/04/2024

Send a report | Local help