ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / RAD / RAD pattern
  • The steps for creating a RAD pattern
  • Creating the different windows and pages of the pattern
  • Principle
  • Standard to follow
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
Creating the windows and the pages of the RAD pattern
The steps for creating a RAD pattern
The steps for creating a WINDEV RAD pattern are as follows:
  1. Creating the "RAD Pattern" project.
  2. Creating the different windows and pages of the pattern.
    WINDEV pattern
    WEBDEV pattern
    WINDEV Mobile pattern
  3. Generating the RAD pattern.
  4. Using the RAD pattern.
Creating the different windows and pages of the pattern

Principle

To find out all the elements that must be created to build a RAD Pattern for a full project, you must start from the analysis of the project:
  1. First, let's hide the relation file named RADFileD: The following windows or pages must be created:
    • A form for RADFileA.
    • A form for RADFileB. A combo box and a Vision Plus button (or a popup combo box) must allow you to select an element of RADFileA.
    • A form for RADFileC. A combo box and a Vision Plus button (or a popup combo box) must allow you to select an element of RADFileB.
    • A table for RADFileA.
    • A table for RADFileB.
    • A table for RADFileC.
  2. Now, let's hide RADFileA: The following windows or pages must be created:
    • A form for RADFileB. This form must show the relation with RADFileD. Therefore, it is a Form + Table.
    • A form for RADFileC (this element was already mentioned).
  3. Then, the link buttons must be created.
  4. Now, all we have to do is create the main menu.

Standard to follow

The different pages regarding the windows and the pages of the RAD patterns present different rules that can be applied when creating the pages and windows of the RAD pattern. These rules have been used to create the different patterns supplied with WINDEV, WEBDEV or WINDEV Mobile 16.
These rules are recommendations. You can implement and use your own standard.
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help