I have installed the Crystal Reports 8 developer edition, but the quantity of icons it shows me is just 3!!! The version 7 installed several icons. And the syntaxis of the SQL generated when I add fields of more than one table is very strange and doesn't work. The errors it shows me are:

Code:
ODBC error: [MERANT][ODBC dBase driver]Extra characters at end of query. INNER.
and...

Code:
Error detected by database DLL.
And this is the SQL generated...

Code:
SELECT
    CONTRA.`NCONTRA`, CONTRA.`DESC`,
    ESTIMA.`NUMERO`, ESTIMA.`IMPORTE`
FROM
    { oj `CONTRA` CONTRA INNER JOIN `ESTIMA` ESTIMA ON
        CONTRA.`NCONTRA` = ESTIMA.`NCONTRA`}
Any idea bout it?