Skip to content

Class: cBaseDEO_Mixin

Include: Use Db\cBaseDEO.pkg

Hierarchy: Mixin

Package: Db\cBaseDEO.pkg

cBaseDEO_Mixin gives controls Data_File and Data_Field binding members and request messages for Data Dictionary interaction.

Properties

See Properties.

Name Purpose
Data_Field Bound Data Dictionary field.
Data_File Bound Data Dictionary table.

Methods

See Methods.

Name Purpose
Request_ClearBindingTable Requests clearing the bound table.
Request_Find Requests a find through the binding server.

Events

See Events.

Name Purpose
OnSetCalculatedValue Adjusts a calculated value before it is used.

Example

Set Data_File of oNameForm to Customer.File_Number
Set Data_Field of oNameForm to Customer.Name

See also