Subject Re: 4.7 Beta3 in the Trustware repository
Author Marco Menardi
--- In IBObjects@yahoogroups.com, "Jason Wharton" <supportlist@...> wrote:
>
> Marco Menardi wrote:
> > There are still problems in the parse of the fields aliases (reported
> > to you with a private message), so FastReport does not work as
> > expected (can't test with IB_SQL b3 since you have not yet provided).
>
> Please get the last 4.7 Beta4 and test with FastReport. It should
be fine
> now.

No, it's NOT :(
In IBO_SQL 4.7.Beta4 this query:
SELECT
OUT_CONTO_ID AS SOTTOCONTO_ID,
OUT_DESCRIZIONEDISP AS SOTTOCONTO_DESC,
OUT_SALDO AS SOTTOCONTO_SALDO,
LK_CONTO_MOVCON_DETT_CONS.OUT_MOVCON AS STAMPA_MOVIMENTI
FROM GET_SOTTOCONTI_COMPARTO_MC (
'000000',
'FALO',
'RI0001',
'S',
'')
LEFT JOIN LK_CONTO_MOVCON_DETT_CONS(OUT_CONTO_ID, 'FALO', '000000', 'S')
ON (1=1)
WHERE ((GET_SOTTOCONTI_COMPARTO_MC.OUT_SALDO <> 0) OR
((LK_CONTO_MOVCON_DETT_CONS.OUT_MOVCON = 'S') AND
(GET_SOTTOCONTI_COMPARTO_MC.OUT_MC_TROVATI = 'S'))
)
ORDER BY 1

still returns as field names ( [FieldName "subtablet" in the cursor
window)
(.OUT_CONTO_ID
(.OUT_DESCRIZIONEDISP
(.OUT_SALDO
LK_CONTO_MOVCON_DETT_CONS.OUT_MOVCON

(as you see, there are mysterious heading "(." where aliases are used)
Also, of course, FastReport does not work (can't find the fields names
I've specified for the report)

>
> > Also the IB_Grid cellclick with Ctrl problem I've reported is
> > still there.
>
> I have not yet resolved this issue.
>
> The fix you sent broke other things that are much worse so I cannot take
> your fix as you sent it.
>
> Jason Wharton
>

I've sent no fix in the last message (you changed too much code since
last release worked, and I've really no time to check because of a lot
of troubles I have in my life), but just a screenshot of the call
stack generated by previous, working, IBO version when a cell was
clicked with the Ctrl modification key pressed.

At least a Beta5 is needed
Regards
Marco Menardi