MX-Frame Library Send comments on this topic.
Editable
See Also
MX-Developer > Data Access Layer - MxAdapter > Designing Data Source > Schema > Designing a Field > Editable

Glossary Item Box

It is often the case that certain fields must not be edited. In this case it is not necessary to display such a field.

Field not Editable

User requirements specify that a field must not be visible in edit mode. In order to achieve this set Editable property of the field to False.

Example (MxSpace)

In the user interface for managing locations field Date must not be displayed in edit mode. To see the implementation of an editable field in MxSpace application click Code Lists -> Locations. See that the field Date is not displayed in the editor.

To make a field not visible in edit mode

  1. Open appropriate adapter (LocationAdapter) in Solution Explorer.
  2. Select the desired field (Timestamp) in the appropriate data source schema (Location).
  3. Set Editable property to False.

See Also

MxAdapter
Managing
Clone

©2009 Metronik. All Rights Reserved.