Subject Re: TIB_Query - date problem
Author Aage Frank Johansen
> Aage, do the "correct" ones have an associated FieldsEditMask in
> their ColumnAttributes?
> Helen

That was it!
I had used LinkValues, like
...
with fDM1.ibcnSL1.FieldsEditMask do
begin
LinkValues['JOURNAL.PROJ_START']:=DATEMASK:
LinkValues['JOURNAL.OPPT_START']:=DATEMASK:
...
Adding the "missing date fields fixed the problem.


Thanks
--
Aage J.