I have multiple calendar view on a form that I am setting using a date picker. The actual views being displayed are calculated. When I change some of the fields that determine the views being displayed and refresh the date also resets (to the current date). Does anyone know how to avoid this?
I want to be change the date and then subsequently change the fields that are used to dertermine the views without having to go back and reset the date.
I am having difficulty picking up the currently selected date. If I can get this then I could use the CalendarGoTo @Command. The ws.currentCalendarDateTime property does not return a value.
Thanks in advance
Rob