Subject Date troubles
Author bitbanger99
I have a form with some edit controls and a TIB_Date control. If I call
Abort() in my CursorBeforePost() event, all the date controls display
dates incorrectly afterwards. 1/1/1999 becomes 12/31/1998 and the
calendar control shows 2,2,4,4,5,7,7,9,9,11,12,12... for the days of
the month. Apparently it is a display problem only, because if I
restart my program everything is normal. I'm using IBObjects 4.5Ai

Am I doing something wrong?