PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → How to Add a Parameter to a Query?
How to Add a Parameter to a Query?
Iniciado por randd4, 28,nov. 2016 21:23 - 2 respuestas
Publicado el 28,noviembre 2016 - 21:23
How do you add a parameter to an already made query?
Publicado el 29,noviembre 2016 - 14:30
Hi Justin,

you open the query in question (in the query editor), and you add a
condition

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 11/28/2016 à 3:23 PM, Justin a écrit :
> How do you add a parameter to an already made query?
Miembro registrado
102 mensajes
Publicado el 01,diciembre 2016 - 16:06
In addition to Fabrice answer, you can put a value to the parameter like this:

If it is an embedded query:

{"WIN_yourwindowsname_1$Query.param1"} = Value


If it is a standard query:

QRY_yourquery.param1 = Value


--
http://arnoldconsult.de
WinDev 21 with Oracle, WinDevMobile Android Apps and Motorola Windows CE Mobile Barcode Scanners, Python 3 with Oracle and MySQL