Ga naar inhoud

Loginform

Form Login

  • Unit name: Dialogs.login
  • Form name: LoginDialog
  • Old form name: form8 (unit8)

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.