Subject Re: [IBO] Problem Re-Post
Author Geoff Worboys
Just for reference (in case anyone else has these problems)...

> Q1. IB_DataSource with AutoEdit true but can't update value

Problem has been isolated and reported to Jason privately. Not sure of
the appropriate fix so it will have to wait for Jason to have some
time to look into it.


> Q2.FieldsDisplayLabel /FieldsGridLabel Problem

Where domain based Fields* properties are not found in the statements
like...

SELECT *
FROM ATABLE
JOIN BTABLE
ON( ... )

The problem has been isolated and reported to Jason privately. I have
suggested to Jason that this problem is not urgent as the work around
is very simple - just write the above as...

SELECT *
FROM ATABLE JOIN BTABLE ON( ... )

or

SELECT *
FROM ATABLE
JOIN BTABLE
ON( ... )

That is; Do NOT place the keywords JOIN or ON at the start of a new
line until this problem has been resolved.

--
Geoff Worboys
Telesis Computing