Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I have a problem to make a selection of dates in a ListBox on a specific range.
I have a table with a Date field "DateField" and a value field "Value".
2 Calendars:
1) start date
2) end date
for the specification of the range.
The button should select dates in the specified range (start-date:end-date). In the sample it only selects a fixed date. How can I fix the button to select the specified range values?
See here for a very good tutorial.
See here for a very good tutorial.
Thanks a lot Gysbert, the tutorial is very useful and your answer is what I needed.