Subject Re: [IBO] Searching question
Author Geoff Worboys
> This give me an error. Why there is
> 'WHERE STANOWISKA.NR_STANOWISKA = 2' and
> not 'WHERE STANOWISKA.NUMER = 2'

Obviously this happens because of the alias. Whether there is any way
of changing IBO to not use alias names in this situation I will leave
upto Jason to comment.


> Without aliases for STANOWISKA.NUMER, KARNETY.NUMER,
> KLIENCI.NUMER searching works OK but i cannot give a different
> DisplayLabel for this fields.

What happens when you put the following FieldsDisplayLabel...

STANOWISKA.NUMER=Stanowiska Numer
KARNETY.NUMER=Karnety Numer
KLIENCI.NUMER=Klienci Numer

(or whatever, my language skills are too poor to do better than this
for an example :-)

IBO should be checking for table.fieldname first, so these entries
should be picked up individually. If this is not working please tell
us what is happening.


Geoff Worboys
Telesis Computing