QG_GetLicenses

QG_GetLicenses(totalSeats; occupiedSeats; productCodes; productSeats):errorCode
totalSeats Longint Total number of seats
occupiedSeats Longint Currently occupied seats
productCodes Array text Product code of each expansion pack
productSeats Array longint Seats added by each expansion pack
error Longint Error result

Get the status of licenses in a client/server installation

This command is meaningful only in a client/server installation.

The totalSeats parameter receives the number of seats that have been registered in the application.

The occupiedSeats parameter receives the number of currently occupied seats.

The productCodes and productSeats parameters are arrays that receive the product code of each expansion pack and the number of seats contributed by the expansion pack. The sum of the productSeats array should be equal to totalSeats.