ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV website, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site.
Site testing: the different types of tests available
WEBDEV includes multiple methods for testing your sites...
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV website from a static page or from a dynamic WEBDEV page.
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ...
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site...
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run ...
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
ModificationDurationAPT (Property)
The ModificationDurationAPT property is used to determine and specify if the user can modify the duration of an appointment in a Scheduler or Organizer control.
fListResource (Function)
Lists the resources integrated to the application.
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.
SSH functions
The following functions are used to connect and communicate with a SSH server:...
NationToLanguage (Function)
Returns the language corresponding to a nation.
LanguageToNation (Function)
Returns the nation corresponding to a language.
iReportPrintingStatus (Function)
Returns the status of the current print.
iParameterViewer (Function)
Configures the report viewer.
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following controls and elements: Progress Bar control, Progress Bar column, Progress Bar cell, infinite Progress Bar control....
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
SFForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
SFExecuteProcess (Function)
Requests the execution of a specific process.
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
gpwAddUser (Function)
Adds a user to the User Groupware database.
StringInsert (Function)
Inserts a string into another character string at a given position.
TextToRTF (Function)
Converts text to Rich Text Format.
SchedulerTriggerProperties (Function)
Reads the properties of trigger of a scheduled task and updates the TriggerScheduledTask structure.
fSizeUncompressed (Example)
Usage example of the fSizeUncompressed function
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......