Good morning,
Can someone help with this, i have a form in which you can run a query on a button click.
and i want to bring the value from the quickfiltercontrol, my problem is that i cant get the text of the control if the user dont click on the dropdown of the quickfilter.
Ej: if a user search for a value and inmediatly clicks the run button, the value of the quickfilter is not filled on the parameters.
i know that i can get them from this:
str Searchfield = FormControlQuickFilter.parmFilterField();
str SearchValue = FormControlQuickFilter.parmFilterValue();
but because the user not clicked enter on the quickfilter the value is not updated so i dont get it back on my button click.
is possible in any way to just get the simple string just like a FormStringControl?
thx.