Own version of usysidx.frm
Author: anne_vw@telenet.be (anne_vw)
We have one uniface application with a lot of users. The connection to the database differs from user to user. Every user makes a connection, to the for him available database path with his own username and password. To do this we made a other version of the usysidx.frm.
When a user makes first access to the database our version of usysidx.frm is called to open the connection. This happens in background.
When the connection goes wrong the usysidx.frm is called over and over again so we become an endless loop.
Does anybody know how we can stop this loop? I can check if the form usysidx.frm is called again and quit the application via the apexit but this is not what I want. I want to give a message to the user that the connection failed but the user need to stays in the application.
I tried to give back different negative status id’s but the application keeps looping the usysidx.frm.




