ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Step 6: User Groupware settings
If the site is configured to use the user groupware, the parameters of the groupware database can be configured during the setup......
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
ERR_DISCONNECTED_UPDATE
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ......
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Multiple setup of same site on the same server
The same site can now be automatically installed on the same server without having to rename the project......
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
SaaSAdminAddService (Function)
Adds a SaaS service into the description of a site.
SaaSAdminFindSite (Function)
Find a site in the database of SaaS Webservice.
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
HRSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
LOOP statement
The statement block is repeated endlessly...
AttachPointAdd (Function)
Defines an attach point for one of the two extremities of a Wire control.
ERR_BAD_APPLICATION
SaaSAdminCreateClientDatabase (Function)
Creates the database of a client account for a SaaS site.
SaaSAdminModifyClientConnection (Function)
Modifies the connection to the client database for a SaaS site.
WLanguage properties available in PHP
The following properties are available in PHP...
SaaSAdminListSubscription (Function)
Lists the SaaS subscriptions associated with a site or pricing.
DocOpen (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
<Word Processing>.Open (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
<mongoCollection variable>.ExecuteOperations (Function)
Performs MongoDB write operations in bulk. This allows you to avoid network latency issues you would encounter if you performed the operations individually.
MongoExecuteOperations (Function)
Performs MongoDB write operations in bulk. This allows you to avoid network latency issues you would encounter if you performed the operations individually.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Error 35: 'Continue' is available in the loops only