Subject | Re: TIB_Query - date problem |
---|---|
Author | Aage Frank Johansen |
Post date | 2014-12-08T14:01:02Z |
> Aage, do the "correct" ones have an associated FieldsEditMask inThat was it!
> their ColumnAttributes?
> Helen
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.