Top Method Summary
Options Name Purpose
# AssignFromBuffer (handle) Copies the buffer values to the entity table's properties
Overrides Consultingwerk.OERA.EntityTable:AssignFromBuffer (handle)
# AssignToBuffer (handle) Copies the entity table's properties to the buffer values
Overrides Consultingwerk.OERA.EntityTable:AssignToBuffer (handle)
# HANDLE GetChildRecord (handle, character) Returns the first (and typically only) child record of a to-one relation
Inherited from Consultingwerk.OERA.EntityTable
# GetChildRecords (handle, character, Object, character) Populates a List of child records
Inherited from Consultingwerk.OERA.EntityTable
+ InitializeNewRow () Initializes a New row
Inherited from Consultingwerk.OERA.EntityTable
# OnAllowAttachmentsChanged (EventArgs) Raises the AllowAttachmentsChanged event
# OnAllowCommentsChanged (EventArgs) Raises the AllowCommentsChanged event
# OnDatabaseNameChanged (EventArgs) Raises the DatabaseNameChanged event
# OnDescriptionFieldsChanged (EventArgs) Raises the DescriptionFieldsChanged event
# OnDescriptionFormatsChanged (EventArgs) Raises the DescriptionFormatsChanged event
# OnDescriptionSubstituteChanged (EventArgs) Raises the DescriptionSubstituteChanged event
# OnQualifiedTableNameChanged (EventArgs) Raises the QualifiedTableNameChanged event
# OnTableDescriptionChanged (EventArgs) Raises the TableDescriptionChanged event
# OnTableGUIDChanged (EventArgs) Raises the TableGUIDChanged event
# OnTableNameChanged (EventArgs) Raises the TableNameChanged event
# OnTempTableNameChanged (EventArgs) Raises the TempTableNameChanged event
# OnUniqueKeyFieldsChanged (EventArgs) Raises the UniqueKeyFieldsChanged event
# OnUniqueKeyFormatsChanged (EventArgs) Raises the UniqueKeyFormatsChanged event
# OnUniqueKeySubstituteChanged (EventArgs) Raises the UniqueKeySubstituteChanged event
+ PopulateList (handle, character, Object, character) Populates a List object with EntityTable objects for buffers
Inherited from Consultingwerk.OERA.EntityTable
+ PopulateList (handle, Object, character) Populates a List object with EntityTable objects for buffers
Inherited from Consultingwerk.OERA.EntityTable
# SetModified () Set's the current row to modified
Inherited from Consultingwerk.OERA.EntityTable

Top Constructor Summary
Options Name Purpose
+ SmartTable_Generated () Constructor of the SmartTable_Generated class
+ SmartTable_Generated (handle) Constructor of the SmartTable_Generated class

Top Event Summary
Options Name Purpose
+ AllowAttachmentsChanged (Object, EventArgs) Raised when the AllowAttachments property value changes
+ AllowCommentsChanged (Object, EventArgs) Raised when the AllowComments property value changes
+ DatabaseNameChanged (Object, EventArgs) Raised when the DatabaseName property value changes
+ DescriptionFieldsChanged (Object, EventArgs) Raised when the DescriptionFields property value changes
+ DescriptionFormatsChanged (Object, EventArgs) Raised when the DescriptionFormats property value changes
+ DescriptionSubstituteChanged (Object, EventArgs) Raised when the DescriptionSubstitute property value changes
+ QualifiedTableNameChanged (Object, EventArgs) Raised when the QualifiedTableName property value changes
+ TableDescriptionChanged (Object, EventArgs) Raised when the TableDescription property value changes
+ TableGUIDChanged (Object, EventArgs) Raised when the TableGUID property value changes
+ TableNameChanged (Object, EventArgs) Raised when the TableName property value changes
+ TempTableNameChanged (Object, EventArgs) Raised when the TempTableName property value changes
+ UniqueKeyFieldsChanged (Object, EventArgs) Raised when the UniqueKeyFields property value changes
+ UniqueKeyFormatsChanged (Object, EventArgs) Raised when the UniqueKeyFormats property value changes
+ UniqueKeySubstituteChanged (Object, EventArgs) Raised when the UniqueKeySubstitute property value changes

Top Property Summary
Options Name Purpose
+ LOGICAL AllowAttachments
+ LOGICAL AllowComments
+ CHARACTER DatabaseName
+ CHARACTER DescriptionFields
+ CHARACTER DescriptionFormats
+ CHARACTER DescriptionSubstitute
+ CHARACTER QualifiedTableName
+ RowStateEnum RowState
Inherited from Consultingwerk.OERA.EntityTable
+ CHARACTER TableDescription
+ CHARACTER TableGUID
+ CHARACTER TableName
+ CHARACTER TempTableName
+ CHARACTER UniqueKeyFields
+ CHARACTER UniqueKeyFormats
+ CHARACTER UniqueKeySubstitute


Method Detail
Top

PROTECTED AssignFromBuffer (handle)

Overrides Consultingwerk.OERA.EntityTable:AssignFromBuffer (handle)
Purpose: Copies the buffer values to the entity table's properties
Notes:

Parameters:
phBuffer HANDLE
The handle of the record buffer to assign properties from
Top

PROTECTED AssignToBuffer (handle)

Overrides Consultingwerk.OERA.EntityTable:AssignToBuffer (handle)
Purpose: Copies the entity table's properties to the buffer values
Notes:

Parameters:
phBuffer HANDLE
The handle of the record buffer to assign properties from
Top

PROTECTED HANDLE GetChildRecord (handle, character)

Inherited from Consultingwerk.OERA.EntityTable
Purpose: Returns the first (and typically only) child record of a to-one
relation
Notes:

Parameters:
phParentBuffer HANDLE
The handle to the parent buffer
pcDataRelationName CHARACTER
The name of the data-relation to return the child buffer for
Returns HANDLE
The handle of the child record, already located to the first record (if any)
Top

PROTECTED GetChildRecords (handle, character, Object, character)

Inherited from Consultingwerk.OERA.EntityTable
Purpose: Populates a List of child records
Notes: As we currently don't support "generic Interfaces", we can only access
the strong typed Add method of the Generic lists using the DYNAMIC-INVOKE
statement.

Parameters:
phParentBuffer HANDLE
The handle to the parent buffer
pcDataRelationName CHARACTER
The name of the data-relation to return the child buffer for
poList Progress.Lang.Object
The List to populate
pcClassName CHARACTER
The name of the ChildClass
Top

PUBLIC InitializeNewRow ()

Inherited from Consultingwerk.OERA.EntityTable
Purpose: Initializes a New row
Notes: Provides a method to provide initial values when records are added to
differentiate from the Constructor usage when Rows are populate based
on existing DB records
Override this method to provide initial values

Top

PROTECTED OnAllowAttachmentsChanged (EventArgs)

Purpose: Raises the AllowAttachmentsChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnAllowCommentsChanged (EventArgs)

Purpose: Raises the AllowCommentsChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnDatabaseNameChanged (EventArgs)

Purpose: Raises the DatabaseNameChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnDescriptionFieldsChanged (EventArgs)

Purpose: Raises the DescriptionFieldsChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnDescriptionFormatsChanged (EventArgs)

Purpose: Raises the DescriptionFormatsChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnDescriptionSubstituteChanged (EventArgs)

Purpose: Raises the DescriptionSubstituteChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnQualifiedTableNameChanged (EventArgs)

Purpose: Raises the QualifiedTableNameChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnTableDescriptionChanged (EventArgs)

Purpose: Raises the TableDescriptionChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnTableGUIDChanged (EventArgs)

Purpose: Raises the TableGUIDChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnTableNameChanged (EventArgs)

Purpose: Raises the TableNameChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnTempTableNameChanged (EventArgs)

Purpose: Raises the TempTableNameChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnUniqueKeyFieldsChanged (EventArgs)

Purpose: Raises the UniqueKeyFieldsChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnUniqueKeyFormatsChanged (EventArgs)

Purpose: Raises the UniqueKeyFormatsChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PROTECTED OnUniqueKeySubstituteChanged (EventArgs)

Purpose: Raises the UniqueKeySubstituteChanged event
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC PopulateList (handle, character, Object, character)

Inherited from Consultingwerk.OERA.EntityTable
Purpose: Populates a List object with EntityTable objects for buffers
Notes: Selects the buffer records using an optional Query string
As we currently don't support "generic Interfaces", we can only access
the strong typed Add method of the Generic lists using the DYNAMIC-INVOKE
statement.

Parameters:
phBuffer HANDLE
The Buffer to return add EntityTable instances to the list
pcQueryString CHARACTER
The QueryString to use while populating the list
poList Progress.Lang.Object
The list to add the EntityTable instances to
pcClassName CHARACTER
The name of the class to create EntityTable instances of (child class of the EntityTable)
Top

PUBLIC PopulateList (handle, Object, character)

Inherited from Consultingwerk.OERA.EntityTable
Purpose: Populates a List object with EntityTable objects for buffers
Notes:

Parameters:
phBuffer HANDLE
The Buffer to return add EntityTable instances to the list
poList Progress.Lang.Object
The list to add the EntityTable instances to
pcClassName CHARACTER
The name of the class to create EntityTable instances of (child class of the EntityTable)
Top

PROTECTED SetModified ()

Inherited from Consultingwerk.OERA.EntityTable
Purpose: Set's the current row to modified
Notes: When the RowState is Add or Deleted it will not be changed



Constructor Detail
Top

PUBLIC SmartTable_Generated ()

Purpose: Constructor of the SmartTable_Generated class
Notes:

Top

PUBLIC SmartTable_Generated (handle)

Purpose: Constructor of the SmartTable_Generated class
Notes:

Parameters:
phBuffer HANDLE
A source buffer to copy the values from


Event Detail
Top

PUBLIC AllowAttachmentsChanged (Object, EventArgs)

Purpose: Raised when the AllowAttachments property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC AllowCommentsChanged (Object, EventArgs)

Purpose: Raised when the AllowComments property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC DatabaseNameChanged (Object, EventArgs)

Purpose: Raised when the DatabaseName property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC DescriptionFieldsChanged (Object, EventArgs)

Purpose: Raised when the DescriptionFields property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC DescriptionFormatsChanged (Object, EventArgs)

Purpose: Raised when the DescriptionFormats property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC DescriptionSubstituteChanged (Object, EventArgs)

Purpose: Raised when the DescriptionSubstitute property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC QualifiedTableNameChanged (Object, EventArgs)

Purpose: Raised when the QualifiedTableName property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC TableDescriptionChanged (Object, EventArgs)

Purpose: Raised when the TableDescription property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC TableGUIDChanged (Object, EventArgs)

Purpose: Raised when the TableGUID property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC TableNameChanged (Object, EventArgs)

Purpose: Raised when the TableName property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC TempTableNameChanged (Object, EventArgs)

Purpose: Raised when the TempTableName property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC UniqueKeyFieldsChanged (Object, EventArgs)

Purpose: Raised when the UniqueKeyFields property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC UniqueKeyFormatsChanged (Object, EventArgs)

Purpose: Raised when the UniqueKeyFormats property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event
Top

PUBLIC UniqueKeySubstituteChanged (Object, EventArgs)

Purpose: Raised when the UniqueKeySubstitute property value changes
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for this event


Property Detail
Top

PUBLIC LOGICAL AllowAttachments


Returns LOGICAL
Top

PUBLIC LOGICAL AllowComments


Returns LOGICAL
Top

PUBLIC CHARACTER DatabaseName


Returns CHARACTER
Top

PUBLIC CHARACTER DescriptionFields


Returns CHARACTER
Top

PUBLIC CHARACTER DescriptionFormats


Returns CHARACTER
Top

PUBLIC CHARACTER DescriptionSubstitute


Returns CHARACTER
Top

PUBLIC CHARACTER QualifiedTableName


Returns CHARACTER
Top

PUBLIC RowStateEnum RowState

Inherited from Consultingwerk.OERA.EntityTable

Returns RowStateEnum
Top

PUBLIC CHARACTER TableDescription


Returns CHARACTER
Top

PUBLIC CHARACTER TableGUID


Returns CHARACTER
Top

PUBLIC CHARACTER TableName


Returns CHARACTER
Top

PUBLIC CHARACTER TempTableName


Returns CHARACTER
Top

PUBLIC CHARACTER UniqueKeyFields


Returns CHARACTER
Top

PUBLIC CHARACTER UniqueKeyFormats


Returns CHARACTER
Top

PUBLIC CHARACTER UniqueKeySubstitute


Returns CHARACTER


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:12:27