AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / Editores / Editor de consultas / Consulta con parámetros
  • 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.
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local