Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to Show Welcome message while opening a .qvw document?
For example I have DOC1.qvw and when i open that document i want a welcome message "Welcome<Username>"...how to do it?
hi
go to setting -> document properties--> triggers--> select on open-->add action-->external-->run macro-->edit module
write macro code
sub s
msgbox("welcome")
end sub
You can open a document and show an image or play a sound, then, in a page you can show a text object with the name of the user ...
Save your Welcome message as an image, then go to Document Properties and in the Opening tab, check the image checkbox and select your opening image. This image will be shown when you open the document:
JG
hey thanks for that but what i was asking like
-when we give security (userid and password) in edit script,so I want to display that userid in welcome message "Welcome <userid>"..did u get it?
hey thanks for that but what i was asking like
-when we give security (userid and password) in edit script,so I want to display that userid in welcome message "Welcome <userid>"..did u get it?