The SAP Logon control handles the remote access to an R/3 System. To access R/3, your program must do the following:
Get this object by calling
Get a Connection object by using the Logon object’s
Logon Method: NewConnection method or by handling a Click Event.The Logon method tries to establish the connection immediately and returns TRUE if successful, otherwise FALSE. In the latter case, the
The following topics are available:
Using Logon Controls in Design Mode Code Examples Connecting Directly with the Logon Control Logging on Silently