![]() |
Sergey Kornilov admin 3/7/2013 |
P
|
p1nr author 3/7/2013 |
http://www.asprunner.com/forums/topic/17530-automatically-search-between-dates-on-advanced-search-page/
|
![]() |
Sergey Kornilov admin 3/7/2013 |
I see what you saying. To manipulate search panel use SearchField and SearchController objects. |
P
|
p1nr author 3/11/2013 |
Thanks for your prompt reply. |
P
|
p1nr author 3/11/2013 |
Thanks for your prompt reply. This looks like what I need but I'm having difficulties getting it to work. Should I add this to the onLoad on the search page? I've created a report as oppose to a table for the output. Does this make a difference?
|
![]() |
Sergey Kornilov admin 3/11/2013 |
Copying and pasting sample code is not enough. You need to make sure you applying this code to correct page (List page) and that all field names are correct. |
P
|
p1nr author 3/12/2013 |
Yes, that is where my confusion is: var srch = pageObj.getSearchController();
|
P
|
p1nr author 3/13/2013 |
Anybody know the answer? Nothing I try works. |
![]() |
Sergey Kornilov admin 3/13/2013 |
I would suggest to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. |
P
|
p1nr author 3/18/2013 |
I would like to, but my boss is very picky when it comes to privacy. |
G
|
gudon 3/18/2013 |
I just had a naive idea. |
P
|
p1nr author 3/19/2013 |
I just had a naive idea. let me suppose your project list page is: myproject_list.php; your date field name is: mydate. In case you want your list page to have your date field selected in the search panel and search parameter be BETWEEN, Just redirect to your page to: myproject_list.php?q=(mydate~between~). Hope it helps.
|
P
|
p1nr author 3/19/2013 |
Naive? More like innovative. Thank you, it worked!
|