The name of an application directory (Directories); otherwise, the one application directory in which the associated object may exist.
Valid Values
An 18-character string, containing a valid object name
Remarks
In Directories:
DirName is the name assigned to the directory.
In other Object Dictionary entity sets:
In any entity set, the principal object’s DirName must match the DirName of its owner.
If DirName is left blank, the object may exist in any number of application directories.
In DDDescriptions, DirName is where the object being described may be found.
In DisplayForms, DirName is where the owner-display of the associated form may be found.
See Also
ConstName, DDObjectName, DDOwnerName, DisplayName, DocName, EntName, FieldName, FormName, MenuName, OwnerName, RelName, RoleName, SetName, UserName, VarName
Stores additional descriptive information about any type of object.
An Object [data] Dictionary description is a programming object. The descriptions in DDDescriptions are available for use by special development tools, either those potentially available from Zim or those created by the application developer.
Establishing a Description
Call up the Development Center with the DC command, select DDDESCRIPTIONS from the OBJECTS drop-down menu, and use the tools of the Development Center to define the desired description.
Fields of the Descriptions Entity Set
Attributes | Description |
DDObjectName | Name of the object being described |
DDOwnerName | Name of the object that “owns” the object being described |
DirName | Application directory location of the object being described |
DDObjectType | The type of object being described |
DDObjectDesc | The description |
ObjectKey | A unique identifier assigned by the Development Center |
The name of a user.
The name assigned to an end-user.
Valid Values
An 18-character string, containing a valid object name
Remarks
Each UserName must be unique. Unlike other attributes in the Object Dictionary, UserName is case-sensitive.
When you use the New Database (ZIMINIT) utility to initialize a new database, two UserNames are automatically added to the Users entity set. These names are super and ZIM. Both of these users have 0 for a UserId and 0 for a GroupId.
You may change or delete the super and ZIM entries; take care, however, as changing or deleting the ZIM entry may make the database inaccessible!
Only a “super user” (i.e., a user whose GroupId is 0) can view or update the Users entity set.
See Also
ConstName, DDObjectName, DDOwnerName, DirName, DisplayName, DocName, EntName, FieldName, FormName, GroupId, MenuName, OwnerName, RelName, RoleName, SetName, UserId, VarName
The description of an object. A user-supplied description of an object for documentation purposes.
Valid Values
Up to 256 alphanumeric characters
The type of object being described. A user-assigned identifier for the type of object being described.
Valid Values
Up to 18 alphanumeric characters (e.g., Entity Set, Document, Variable).
The name of the object to which the associated description refers.
Valid Values
A valid object name.
See Also
ConstName, DDOwnerName, DirName, DisplayName, DocName, EntName, FieldName, FormName, MenuName, OwnerName, RelName, RoleName, SetName, UserName, VarName
The name of the object that owns the object being described.
Valid Values
A valid object name
Remarks
For example, if a field is being described, DDOwnerName is the name of the entity set, relationship, or structured document to which the field belongs.
See Also
ConstName, DDObjectName, DirName, DisplayName, DocName, EntName, FieldName, FormName, MenuName, OwnerName, RelName, RoleName, SetName, UserName, VarName
A user-assigned numeric identifier.
Valid Values
An integer in the range 0 to 255
Remarks
Several UserNames may share the same UserId.
Only a “super user” (i.e., a user whose GroupId is 0) can view or update the Users entity set.
See Also
GroupId, UserName
A user-assigned numeric identifier.
Valid Values
An integer in the range 0 to 255
Remarks
Several UserIds may share the same GroupId.
Only a “super user” (i.e., a user whose GroupId is 0) can view or update the Users entity set.
See Also
UserId, UserName