I have a BASE application that addresses a remote PostGresSQL database. A macro is executed in the On Open Document area that makes invisible and minimises the application window of Libreoffice Base on startup (in Windows 11), so that the user only sees a custom Dialog and then a screen that controls input/search operations. When the user closes the form, the application is shut down. I have a function in place that addresses the remote server every 30 seconds or so to prevent the connection from timing out. All my driver connections are set at 500 seconds timeout.
So far so good. However, after around 7 minutes the application window reappears. There is no code in the application that asks to make the application window visible, and I’m puzzled as to how and why this is happening. Has anyone else come across this behaviour and found a solution?
Best wishes,
CB