This topic is locked
[SOLVED]

 Print Advanced search panel parameters

3/11/2015 6:41:59 AM
ASPRunnerPro General questions
K
kleanthis author

I try to Print Advanced search panel parameters in a repot. I use the code from the manual show the code

and work fine.
The problem is when I use Between in the Date field, it only show the first date.
Search was completed.

Search Field: DateField

Search Option: 2015-2-1

Is it possible to show the following...
Search was completed.

Search Field: DateField

Search Option: 2015-2-1 until 2015-3-11

Thanks

Kleanthis

admin 3/11/2015

fieldSearchData(i)("value2") is what you looking for, it contains the value of "To" field if "Between" option is selected.

K
kleanthis author 3/11/2015



fieldSearchData(i)("value2") is what you looking for, it contains the value of "To" field if "Between" option is selected.


Ti works fine
Thanks