ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Editors / Query editor / Query with parameters
  • Overview
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
Overview
A query with parameters is a query for which the sort items and the selection criteria are not fixed. The values of parameters are initialized through programming. At runtime, the result will depend on the value given to the parameters.
For example, a query with parameters can be used to select the orders placed by a specific customer. The user will only have to select the customer name. The query will use this name as parameter.
To include a query with parameters in a WINDEV application, WINDEV Mobile application or WEBDEV site, you must:
The query with parameters can be used with:
  • a window or page control (Table, List Box or Combo Box control),
  • a report,
  • through programming.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help