Link Search Menu Expand Document

Root.Login Property

Explanation Log in to the specified server.

For login, refer to the behavior when logging in to Biz / Browser. If all parameters are omitted, the login screen will be displayed.

All current sessions will be disconnected and all existing objects will be deleted.Since Biz / Browser is initialized by calling the Login method, the CRS program described after the Login method will not be executed.Describe the operation after login in the CRS program specified in the URI.
Call format //.Login( [ server [, URI ] ] )
Return value None
Arguments String server Connection destination server URL
String URI Path of resource to connect
Exception None
Example of use
    Login("http://server1:81", "/app1/mainmenu.crs");
    
Related item Logout, SLogin methods