PROJECT Object
- Last UpdatedAug 15, 2024
- 1 minute read
Members
|
Name |
Type |
Purpose |
|---|---|---|
|
Name |
STRING |
The name of the Project, up to 120 characters. |
|
Evar |
STRING |
Project environment variable, for example, SAM000. |
|
Type() |
REAL |
Returns a real which represents the project type, 0 being Plant and 1 being Marine. |
Methods
|
Name |
Result |
Purpose |
|---|---|---|
|
Active() |
REAL |
Number of active users of the project. |
|
Code() |
STRING |
Project code, three characters, for example, SAM. |
|
Description() |
STRING |
Project description, up to 120 characters. |
|
Mbcharset() |
STRING |
Multibyte character set number. |
|
Message() |
STRING |
Project message (information about the project), up to 120 characters. |
|
Name() |
STRING |
Project name. |
|
Number() |
STRING |
Project number, up to 17 characters. |
|
Isglobal() |
BOOLEAN |
Whether project is a global project. |
|
Locations() |
ARRAY OF LOCATION |
Return array of all Locations in Project. |
|
CurrentLocation() |
LOCATION |
Return true current location. |
|
Sessions() |
ARRAY OF SESSIONS |
Return array of all Sessions (at the current location). |
|
CurrentSession() |
SESSION |
Return current Session (at the current location). |
|
Dblist() |
ARRAY OF DB OBJECTS |
List of databases in the project. |
|
MDBList() |
ARRAY OF MDBS |
Return array of all MDBs in Project at current location. |
|
UserList() |
ARRAY OF USERS |
Return array of all USERs in Project at current location. |
|
Macros() |
ARRAY OF MACROS |
Return array of all Inter-db macros in MISC db in Project at current location. |
|
Messages() |
ARRAY OF STRINGS |
Return array of all messages in MISC db at current location. |
Commands
|
!ARRAY = PROJECTS |
$ Returns an array of all PROJECT objects $ which have project environment variables set. |
|
!PROJECTVAR = CURRENT PROJECT |
$ Returns the current project object. |