I have been using a DateField in my application that adds price data. I noticed that when I added a second price that the visual calendar part of the DateField when clicked would show the month and year of the previous entered price start date. So I changed the application so that when initialised the DateField attributes displatedMonth and displayedYear were set to the current month and year.
My problem is that this does not work consistently. I have tracked it in the debugger, the lines of code are always executed, but the values sometimes don't change. I have no idea how to resolve this. Any suggestions? Thanks Andrew

