Skip to content

Entry_Item command

Include: Use Db\DBCommands.pkg

Purpose

Binds a data-aware UI item to a DD field through command syntax.

Syntax

Entry_Item oDataDictionary.Field
Entry_Item expression from source

How it works

  • DD field form resolves the DD field and sends Bind_Data in the current data-aware UI context.
  • Expression form sends Bind_Native_Expression.
  • Detailed UI binding guidance belongs in Data Binding.

Example

Entry_Item oCustomerDD.Name

See also