cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
patryk_medicom
Level 2

SQLLogin Dialog

I have a basic MSI project, one connection to database and four script files. I know where is database and I needn't show SQLLogin dialog. How to hide this dialog?

When I select visible = false in the User Interface->Dialogs->SQLLogin then nothing change.

Please help me.
Labels (1)
0 Kudos
(2) Replies
rrinblue22
Level 9

Change the arguments on the Next, Back buttons so that no dialog has OnClick event set to call the SQL dialog, basically you would be skipping this in UI sequence.
0 Kudos
patryk_medicom
Level 2

Thanks! It's working!
0 Kudos