Hi,
I face these two bugs:
-
A specific connection does function properly in a grid, but in a single record form the connection for lookup is not being read.
Generate throws an error. See attachment.
The problem occurs in case the specific connection of the lookup differs from the default connection of the form/application. -
The FROM part does function in case ‘databasename.tablename’ is used: the LastName of the exhibitor is shown at the right.
Anyhow, generate code must block on a database name in the SQL statement. It is beyond SQL standards.
I would report this as an essential failure. The connection is leading.
Notes:
- In production the databases have other names, so the specific connections are crucial.
- No connection specified for the SQL statement won’t be a problem until more connections are in use.
- I remove the ORDER BY part from the generated statement, because of an unique value.
Regards
Jan Willem