Allow users to logon to an application
──────────────────────────────────────────────────────────────────────────────

Syntax

H_EnableLogOn( cText )

Arguments:

cText - Text to be written to control file

Returns:

NIL

Description:

The system table H_BATCH can be set to prevent users logging on to
an application by calling H_InhibitLogOn(). H_EnableLogOn() must
be called to allow users to logon after a call to H_InhibitLogOn().
The text cText is written to the audit trail for H_BATCH.

H_BATCH must be open before calling.

Examples:



Header File: H_LIB52.CH

Source: ALLOWLOG.PRG

Author: Martin Colloby