ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The windows and pages of the User Groupware
Two methods can be used to include the User Groupware......
User Groupware (compatible with version 17)
A Windows application, an Internet or Intranet site require to define the role of different contributors......
1. Database schema: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses tables, it must be associated with a database schema....
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the table described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the table described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
5. User Groupware in practice
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Pivot Table control properties
A Pivot Table control can be handled in a window by the following WLanguage properties......
GglListDocument (Function)
Retrieves the list of documents available on the Google server for the current user.
<gglConnection variable>.ListDocument (Function)
Retrieves the list of documents available on the Google server for the current user.
13. Security advantage: "Back" button
Calculates the symmetric difference between a geographic polygon and another geometry....