KB-32881: User and password administration at runtime.

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:

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *