I do not know if the problem is related to new versions or not but at least from 7.01.10
Tested today with SC 7.01.0012
I have a project with 2 different connections to different databases (let us call CONN_DB1 and CONN_DB2).
I created a Form to manage the table TBL01 on the connection CONN_DB1. Everything OK.
One of the fields has to be decoded & validated on the table TBL02 present on the connection CONN_DB2, so I created a lookup defining connection = CONN_DB2. Everything works fine creating the statement with the wizard.
Problems starts during the generation process that displays an error saying that the table TBL02 does not exist on the database on the connection CONN_DB1. This is obvious!! The table TBL02 is present “only” on the database connection CONN_DB2 and not on CONN_DB1.
Already opened a ticket 2 weeks ago but as usual no solution and no forecast.
Has anyone had this kind of problem?
Thanks for your attention.