====== active ====== .. py:attribute:: active **domain**: server **language**: python **class** :doc:`Item class ` Description =========== Specifies whether or not an item dataset is open. Use ``active`` read only property to determine whether an item dataset is open. The :doc:`open ` method changes the value of ``active`` to ``true``. The :doc:`close ` method sets it to ``false``. When the dataset is open its records can be navigated and its data can be modified and the changes saved in the item database table. See also ======== :doc:`Dataset ` :doc:`Navigating datasets ` :doc:`Modifying datasets `