Current Element and Current List Position
- Last UpdatedNov 03, 2025
- 2 minute read
How Marine Data is Stored explained the principles of database structures and the concept of owners and members.
When you are working in any database, PDMS always considers you to be located at a specific element in that database, which is known as the Current Element.
The Member List of any element comprises a list of pointers to those elements directly below it in the database hierarchy; that is, to those elements which it owns. These pointers have a definite order, identified by numbered positions in the list. In addition to being notionally at the Current Element, PDMS also considers you to be at a specific pointer, which is known as the Current List Position.

As you move about within a database, the Current Element and Current List Position are continuously updated so that PDMS always knows where you are. As soon as you access a new element, this becomes the Current Element.
To view the Current Element and its Member List (in numeric order) at any time, simply
click the
box next to the desired current element in the Design Explorer (see Design Explorer). The members of the current element will be shown. For example:

Alternatively, give the commands:
|
Q CE |
to display the current element |
|
Q MEM |
to display the members list of the current element |