d.bernaert Posted November 6, 2018 Posted November 6, 2018 Hello, I have a login form where I validate the user against the Firebird database. Once the validation is done I need to configure the environment for this particular user. This can take a few seconds as modules are activated in function of the license they own (filling menu's, ...). I want to show a screenmask while this configuration is done. So if I'm correct the mainform is created after the login is processed. So I put the configuration of the environment on the create of the mainform but I cannot get the screenmask to show. Also the login form stays visible while the configuration takes place. Is there a way to make this work? I also tried in the onshow of the mainform. Thx, Dominique Quote
Wilton Ergon Posted November 6, 2018 Posted November 6, 2018 showmask('wait'); unisession.syncronize; your code... hidemask; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.