In some of our applications, we have embedded in the left pane page a view from another database (which is kind of our application catalog) where we show “linked DBs”, so that our users can quickly access other DBs that they may need to work with.
To do this, this embedded view has a Form Formula, and the form specified in this formula does open the linked DBs in its “PostOpen” event.
This worked well in version 7.0.3, and worked as well in 8.5.1
Now, in 8.5.2, as soon as we open the first DB, it’s as if this “QueryOpen” event is triggered, making it open the linked DB. Since these DBs are mosly linked one to another (A is linked to B, but B is linked to A as well, so that both appear on their left pane) we’re going in a infinite loop. Fortunately, the client’s slow enough so that we can stop this by hitting “Escape”.
Is that a known bug ? Is there an easy fix ?
Any thought would be appreciated on this.
Thanks in advance.