Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Message box has to show in QlikView in any condition.
Maybe something like this:
Msg = Msgbox("Are you really sure that you want to do this?", VbYesNo, "Check")
If Msg = 6 Then
ActiveDocument.GetApplication.Quit
End If
- Marcus
You need to explain it more detailled what do you want to do where and what is the aim behind them.
- Marcus
Hi,
For example:
If i click a button, has to ask confirmation message (Yes or No) to close the App.
Then Data validation from specific objects.
Hi,
Message Box means when and on which condition you need to see it!
For Example on hover,
Properties -> Caption -> Help text
You can see your message when you hover over the button or chart.
-Hirish
Maybe something like this:
Msg = Msgbox("Are you really sure that you want to do this?", VbYesNo, "Check")
If Msg = 6 Then
ActiveDocument.GetApplication.Quit
End If
- Marcus
Hi Marcus,
Where should write this code in scripting or in text object
I think muthu kumar needs a warning msg when he go for any operation
This is vbs-macro code and will be written within the modul-editor. You could open the editor per menu or ctrl+m. Whereby I don't understand what should be happens - to quit the application and do any validation on an object (data) are quite differently.
- Marcus