Subject | Re: Searching and column aliases |
---|---|
Author | yeohray |
Post date | 2002-07-22T08:34:53Z |
--- In IBObjects@y..., Geoff Worboys <geoff@t...> wrote:
the same table alias in the OrderingItems and OrderingLinks
property. If I put in the full table name, then it works. Somehow
or other, IBO resolved it all.
Guess I would have to use the FieldDisplayLabel property and ditch
the inline aliases.
Thanks for your help and patience.
Regards
Ray
>Now I see the problem. In my query, I had table aliases, so I put
> OrderingItems:
> Employee Dept=EMPLOYEE.DEPT_NO
> Department=DEPARTMENT.DEPT_NO
>
> OrderingLinks:
> EMPLOYEE.DEPT_NO=1
> DEPARTMENT.DEPT_NO=2
>
> FieldsDisplayLabel:
> DEPARTMENT.DEPT_NO=Dept No
> EMPLOYEE.DEPT_NO=Empl Dept
the same table alias in the OrderingItems and OrderingLinks
property. If I put in the full table name, then it works. Somehow
or other, IBO resolved it all.
Guess I would have to use the FieldDisplayLabel property and ditch
the inline aliases.
Thanks for your help and patience.
Regards
Ray