Calendar resets selection after +/-3min

kristielemans

Newcomer
Joined
May 5, 2004
Messages
5
It is strange, in order to book a ticket for a theaterplay the user should select a date on a calendar. It works fine, but after a period of about 3 minutes, the calendar unselects the choosen date again.

This is not good, since while working at the locket, the user should select the same play for the whole evening.

What is the cause of this problem, and what can I do to it?

Thanks,

Kris
 
There's no such word as theaterplay. I let the program run for 4 minutes nothing happened. Are you sure that another part of the program is not effecting the calendar? You can save the selection in a dateTime picker, a textbox or just a date variable.
 
I have no timer in my programm, so I would not know what could cause this strange action. I saved the information about the date choosen in a textbox, (later in a database) but even that textbox changes, so I dont know how to avoid that problem...
 
Back
Top