Hi,
Win10 LO 6.4.7 HSQL 2.51
One of my Startup forms takes a bit to load, therefor I would like to display a Please wait dialog
until such time that the form opens up.
So the db on document open executes the dialog start and calls the form. The on open macro of the form will close the dialog.
Only problem is the dialog is modal.
Have found a couple of Calc related posts on the topic using visible instead of execute with some loop, but not
clear on how to adapt this to my requirements.
Grateful for any pointers, thks