How do you bypass the filter record on the list page by changing the date by only changing the month? What server events are in use? And can you show a little example? Thank you
newbiephp wrote:
How do you bypass the filter record on the list page by changing the date by only changing the month?
Where did you change the month?
what I mean is that in an external search the search month appears, but the month is chosen as a reflection of the date range of 1 month. e.g. 01-01-2020 until 31-01-2020. What is the logic? Is there an example for this application?
thanks
Try “Recordset_Selecting” or “Recordset_Searching” server event.
oke thanks