Login

<< Click to Display Table of Contents >>

 

Login

1.On the upper side of the InitialScreen, insert a "User" Text and near a Display to show the name of the logged-in user.

2.On the Display, create a Link between Viewer's Value and User properties.

3.Insert a Command Button with a "Login" text on the InitialScreen and create the next script.

'Login
Application.Login(True)

Was this page useful?