![]() |
HJB 5/21/2021 |
Try the Java Script below in SEARCH page under Javascript OnLoad event "Date listed" seen in the code is the placeholder, to be replaced by your own "date field" expression. $("#srchOpt_1_Date_Listed").val('Between'); |
|
256412 5/22/2021 |
Thanks HJB. unfortunately your solution is not what i'm seeking. anyway, after more testing and 1 sleepless night, i finally found out the problem. The SEARCH PANEL does not work well with SQL VIEW with "DATE" field. If I change the field to "DATETIME" it showed correctly. However the table's field also have to be in DATETIME. I believe this is a bug within the SQL view. Hope xlinesoft will notice this. Regards, |