Subject | Re: [IBO] Display problem in TIB_DateTimePicker |
---|---|
Author | Salvatore Besso |
Post date | 2004-07-26T15:07:19Z |
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
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