Setting Up Common Parameters

Common parameters of business application can be set up on the Common Parameters page of the designer of business applications.

Open the designer

Set the parameters:

The example of unit:

Public Class BusinessApplicationEvents1: BusinessApplicationEvents
    Public Sub OnAfterLogin(BP_IDENT: string);
    Begin
        Debug.WriteLine("OnAfterLogin");
    End Sub OnAfterLogin;
End Class BusinessApplicationEvents1;

NOTE. Event handling can be set up for various objects, for example, in regular reports.

To save the specified settings, click the Finish button. After the button is clicked, the designer closes.

After setting up common parameters create or edit internal structure of business application in the object navigator. If the business application is opened for edit, set up layout and formatting.

See also:

Building Business Application in the Desktop Application | Creating an Internal Structure | Setting Up Layout and Formatting