Login

<< Click to Display Table of Contents >>

 

Login

 

On Menu_Screen, insert a Command Button object and change its Caption property to "Login".

1.Select the button's Scripts tab and add a script.

2.On the first line, type the following comment:

'User login

 

4.On the second line, open AppBrowser and select Viewer's Login method.

'User login
Application.Login()

 

5.Execute the application and test this new functionality.

Was this page useful?