How do I access a field value of an entity in Uniface?
I am trying to access the field ‘NAME’ of the entity ‘ORDER’ in the following way:
<code>ORDER.NAME
</code>
<code>ORDER.NAME
</code>
ORDER.NAME
I get the following warning after compiling in the Uniface IDE:
<code>warning: 1000 - Field 'ORDER.NAME' not found
</code>
<code>warning: 1000 - Field 'ORDER.NAME' not found
</code>
warning: 1000 - Field 'ORDER.NAME' not found