Subject Re: [IBO] Display problem in TIB_DateTimePicker
Author Salvatore Besso
hello Mark,

thank you for your reply. Ok, I've already seen the piece of code you
quoted in your reply, and I thought that it was the culprit :-)

Anyway for now I prefer not to modify IBO source by myself and I'll wait an
official fix. In the meanwhile I have fixed it this way:

Query.FieldByName('TIME_FIELD').AsDateTime := Now;
TimePicker.Time := Now;

with the double assignment. When Jason will have fixed it, I will remove
it.

Thank you
Salvatore