Question:
Can I have user and password control at runtime?
Solution:
Yes. To do so, you must use a script with Viewer‘s UserAdministration method.
Example of script (executed at a button’s Click event):
Sub CommandButton1_Click()
Application.UserAdministration()
End Sub
Once the script is executed, the following window is displayed: