Subject | IB_Date unbound problem (4.2.If TEST) |
---|---|
Author | Marco Menardi |
Post date | 2003-07-14T18:37:16Z |
When I enter the control, the value is cleared and lost.
I.e. in OnFormShow I set:
edtFromDate.Value := Date;
in the form the edtFromDate shows
14/07/2003 (correct for my locale settings)
then when I tab into the control, it's content is cleared:
__/__/__
I've seen that, Jason, you have removed too much code from IB_Date
concerning Unbound behaviour, plz re-insert it :)
thanks
Marco Menardi
btw, I find that having the same controls (so the same interface for
the user) work bound and unbound is a great IBO feature
I.e. in OnFormShow I set:
edtFromDate.Value := Date;
in the form the edtFromDate shows
14/07/2003 (correct for my locale settings)
then when I tab into the control, it's content is cleared:
__/__/__
I've seen that, Jason, you have removed too much code from IB_Date
concerning Unbound behaviour, plz re-insert it :)
thanks
Marco Menardi
btw, I find that having the same controls (so the same interface for
the user) work bound and unbound is a great IBO feature