Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a requirement like below. Please help me in providing steps/scripts to do so. It would be helpful if someone shows with a Sample QVW File.
N.B: All operations are performed on the docuemnt on Access Point (Plugin/AJAX)
Please suggest to achieve this.
Regards!!
That's a task I tried also, But it has lot of other stuffs to do also, Like Close the Message Box on clicking OK/ 'X', colors etc etc...that became a mess.
So I switched to Macro to put an easy code:
ActiveDocument.ShowPopup "Data Saved Successfully", 5000.
It appeared nice, with a 'X' symbol to close as well or it vanishes after 5 seconds as well. But this does not works in AJAX.
You can add more then one action on the button. So you can start a macro and show TxtBox without any macro code. In the qvw i have add a example.
The bookmark are the best one, each time user select u can save it and re-run it at any time. I'v used it and it work.
try to create a Bookmark Button
Thanks again Jonas,
That was quick and effective!