NBRUSER

Contents


nbruser determines the number of users working on the current application.

 

Syntax

   nbruser

 

Example

   # Are we in single-user mode?
    If nbruser > 1
       Errbox "Warning!  Enemy ears are listening!"
    Endif

 

Description and Comments

nbruser determines the number of users actually connected to the current application.

The result type is Integer.

 

Remarks

The number of users of an application is limited to the following:

·         1, if Adonix were launched with the -m option (single user of Adonix) or -u (single-user on the application)

·         The maximum number of Adonix sessions that can be launched at the same time. This number is set by the Adonix license used.

·         The maximum number of users of the application set by the [S]adxmua variable when the application is launched.

 

Associated Errors

No associated error

 

Associated Keywords

NOMAP - ADXMUA


CONTENTS


Copyright © Sage 1999 - 2007