PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → How to Add a Parameter to a Query?
How to Add a Parameter to a Query?
Débuté par Justin, 28 nov. 2016 21:23 - 2 réponses
Posté le 28 novembre 2016 - 21:23
How do you add a parameter to an already made query?
Posté le 29 novembre 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?
Membre enregistré
102 messages
Popularité : +2 (2 votes)
Posté le 01 décembre 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