Login

<< Click to Display Table of Contents >>

 

Login

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

2.Select the Button's Scripts tab and add a script.

3.On the first line, type the next 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?