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 / Windows and pages created with the RAD tool
  • Overview
  • Available pages in a project in Session mode
  • Form page
  • Table page
  • View page
  • Available pages in a project in AWP mode
  • Form page
  • Form page and bound table
  • View page
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
WEBDEV: Pages created via the RAD model
Overview
The page creation wizard allows you to create:
  • standard and preset pages.
  • internal pages.
  • error pages.
  • RAD pages, associated with HFSQL data files.
For more details, see Types of pages.
For a project in Session mode, the RAD model offers the following types of pages:
  • Form page.
  • Table page.
  • View page.
For a project in AWP mode, the RAD model offers the following types of pages:
  • Form page.
  • Form page and bound table - Relationship
  • Form page and bound table - Simple relationship
  • View.
  • Looper.
Available pages in a project in Session mode

Form page

A form page shows the values from a record. Each value occupies one control. Records can be accessed one by one.
The form can:
  • allow or prevent users from navigating records.
  • authorize or deny record creation, modification and deletion.

Table page

A table page displays the records in a table (rows and columns). Several data file records can be displayed on the page.
The items of a single record are laid out in rows.
This page contains:
  • A Table control that displays records.
  • The following buttons:
    • "New", to create a record. This button opens a form page.
    • "Modify", to modify the selected record in the Table control. This button opens a form page.
  • "Delete", to delete the selected record in the Table control.
  • "Print", to print the content of the Table control. This button uses a report.

View page

View pages allow users to select a record in a Table control. For example, when entering an order, Vision Plus pages can be opened to select the customer and the products.
View pages are opened by the [...] button in data-bound pages.
Available pages in a project in AWP mode

Form page

A form page shows the values from a record. Each value occupies one control. Records can be accessed one by one.
The form can allow or prevent creation or modification.

Form page and bound table

This type of page shows the contents of data files in a simple relationship (1 - N).
The values of the record in the main data file are displayed in a form. Records related to the current record (in the main data file) are displayed in a Table control.
This type of page includes:
  • A form (at the top) that shows the values of the current record in the main data file.
  • A Table control (at the bottom) that shows records related to the current record in the main data file.
  • Buttons used to:
    • add a row to the Table control,
    • edit a row in the Table control,
    • delete a row from the Table control.
Note: If the data file displayed in the table has a related data file, the window will include the buttons required to access that data file.

View page

View pages allow users to select a record in a Table control. For example, when entering an order, Vision Plus pages can be opened to select the customer and the products.
View pages are opened by the [...] button in data-bound pages.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 06/26/2025

Send a report | Local help