Ga naar inhoud

Form LoginDialog

Unit name: Dialogs.login.pas Old unit name: 118

Synopsis:

Modal dialog, to capture credentials and log in to the application.

Functionalities

The user has the ability to enter his credentials (username, password) and a button to log in.

The login button triggers the Login call on the ServerAccess module. * If the login call is successful, the dialog is closed with modalresult mrOK. * If the login call fails, an error message is shown and the dialog is not closed.

Tables/Views

  • ADM
  • PRINTERLIST

Needed Service Calls

Login

Call is performed in the ServerAccess data module, which will also receive and keep the user information.