Subject Some problems with 4.6Bc with HotFix
Author Elmar Knoerzer
Hello Jason,
i have some problems with this version. If you look for including the
patches into your version, check the following.

SelectedField.FullFieldName returns in some case not table.field or
procedure.field, but it returns ?.Field
Only with fb 1.53. fb 2 runs.


Perhaps the same problem is the following query.

SELECT A.ID, A.NACHNAME AS A, P.NACHNAME AS N
FROM ADA A
INNER JOIN ADP P ON (A.ID = P.ADAID)

In the grid the column headers are A and N.
In FastReport i get the fields NACHNAME and NACHNAME,
not A and N like in version 4.6A

Regards
Elmar