![]() |
Sergey Kornilov admin 9/22/2015 |
Date range search should work and this is the most reliable and correct option. If for some reason it doesn't post your project to Demo Account and contact support directly. |
C
|
christou author 9/25/2015 |
Date range search should work and this is the most reliable and correct option. If for some reason it doesn't post your project to Demo Account and contact support directly.
|
![]() |
Sergey Kornilov admin 9/25/2015 |
If you are looking for something totally custom you can add your own WHERE clause using AfterTableInit event: |
C
|
christou author 9/26/2015 |
If you are looking for something totally custom you can add your own WHERE clause using AfterTableInit event: http://xlinesoft.com/phprunner/docs/modify_sql_query_on_the_fly.htm
|
![]() |
Sergey Kornilov admin 9/27/2015 |
On that page where you pass some data via $_GET save those parameters in session variables i.e. $_SESSION["somevar"]=$_GET["somevar"];
|