| Add_Client_File |
Procedure Set |
Adds a table to this object's related-child list |
DataDictionary |
| Add_Server_File |
Procedure Set |
Adds a table to this object's related-parent list |
DataDictionary |
| Add_System_File |
Procedure Set |
Obsolete Adds iFile to this object's system file list |
DataDictionary |
| Alias_File |
Procedure Set |
Declares this DD to be an alias DD |
DataDictionary |
| AllowParentFind |
Function |
Called to determine if the parent DD can be use to do a parent find |
DataDictionary |
| ApplySQLFilter |
Procedure |
Called before a Data Dictionary find/read and is used to set DD SQL Filters |
DataDictionary |
| ApplySQLFilterStr |
Procedure |
Called before a Data Dictionary find / read to set DD SQL Filters |
DataDictionary |
| CascadeDeleteAllowed |
Procedure Set |
Child DDs can specify if they will allow their records to be deleted as part of a cascade delete |
DataDictionary |
| CascadeDeleteNull |
Procedure Set |
Allows child DDs to specify if they should be deleted or have their child to parent relationship set to null |
DataDictionary |
| ClearAllRememberedDefaults |
Procedure |
Clears all dynamically assigned defaults for all DDOs in this structure |
DataDictionary |
| ClearRememberedDefaults |
Procedure |
Clears all dynamically assigned defaults for this one DDO |
DataDictionary |
| Data_Set |
Function |
Returns the object id of the DataDictionary object whose main file is passed to the function |
DataDictionary |
| Data_set_error |
Procedure |
Declares DataDictionary object (DDO) errors |
DataDictionary |
| DDOConstraintFindMeta |
Function |
Returns Constraints MetaData information for a particular index |
DataDictionary |
| DDOConstraintNeedsRelate |
Function |
Determines whether the constraints you are using require relates to determine if a record is valid |
DataDictionary |
| DDOConstraints |
Function |
Used to query array of DataFlex constraints |
DataDictionary |
| DefineAllExtendedFields |
Procedure |
Obsolete Creates extended DataDictionary fields for all text and binary fields within a DataDictionary object (DDO) |
DataDictionary |
| DefineAsAlias |
Procedure |
Sets this DD to work as an alias |
DataDictionary |
| DefineExtendedField |
Procedure |
Obsolete Creates extended DataDictionary field for a text or binary field within a DataDictionary object (DDO) |
DataDictionary |
| ErrorMessageTableName |
Function |
Returns the table name to be used when a DDO displays an error with a table name |
DataDictionary |
| Extended_Error_Field |
Function |
Extends the extended error logic of the Error handler |
DataDictionary |
| Extended_Error_File |
Function |
Extends the extended error logic of the Error handler |
DataDictionary |
| Extended_Error_Message |
Function |
Called by the standard DataFlex error handler when a DataDictionary error occurs |
DataDictionary |
| Field_Auto_Increment |
Function |
|
DataDictionary |
| Field_CommitNoEnterOnIndex |
Function |
Determines if a committed table column that has an index should support entry |
DataDictionary |
| Field_Option_Clear |
Procedure Set |
Clears a field option for a table column |
DataDictionary |
| Field_Option_Toggle |
Procedure Set |
Toggles a field option of a table column |
DataDictionary |
| File_Field_AutoFind |
Procedure |
Performs an AutoFind on a foreign table column |
DataDictionary |
| File_Field_Default_AutoFind |
Procedure |
Performs an AutoFind on a foreign table column without setting the DDO's Changed_State to True |
DataDictionary |
| File_Field_DynamicEntryOptions |
Function |
Used to check the current state of NoPut and NoEnter field options |
DataDictionary |
| File_Field_Entry |
Procedure Set |
Allows you to place data into a DataDictionary field buffer using all the same logic that gets applied to data entry object/keyboard entry |
DataDictionary |
| File_Field_Find |
Procedure |
Allows you to simulate the find-key process of data entry objects within batch processes |
DataDictionary |
| File_Field_Option_Clear |
Procedure Set |
Obsolete Clears a DD field option |
DataDictionary |
| File_Field_Option_Toggle |
Procedure Set |
Obsolete Toggles (reverse) the value of a DD field option |
DataDictionary |
| File_Field_Pointer_Entry |
Procedure Set |
Called to move data from an entry source to the DataDictionary (DD) extended buffer |
DataDictionary |
| Find |
Procedure |
Performs a find operation on the DataDictionary's main data file using the passed mode and index |
DataDictionary |
| IsAlias |
Function |
Returns whether table is an alias table |
DataDictionary |
| IsCommitted |
Function |
Called to determine if the record is committed |
DataDictionary |
| IsCommittedParentChangeAllowed |
Function |
Called to determine if the server's parent is allowed to be switched |
DataDictionary |
| IsFieldCommitted |
Function |
Called to determine if the column's commit field option is set |
DataDictionary |
| IsNullParentAllowed |
Function |
Called to determine if an inactive parent DDO can be null |
DataDictionary |
| MasterForAlias |
Function |
Returns the master table for an alias table |
DataDictionary |
| Operation_Not_Allowed |
Procedure |
Executes the error command with the passed in error number. Intended for augmentation |
DataDictionary |
| ParentNoSwitchIfCommitted |
Procedure Set |
Determines if a parent record can be switched, once it is committed |
DataDictionary |
| ParentNullAllowed |
Procedure Set |
Specifies whether a null parent is allowed or not |
DataDictionary |
| Remove_System_File |
Procedure |
Removes a table from this object's system file list |
DataDictionary |
| Request_Clear |
Procedure |
See (and use) Clear |
DataDictionary |
| Request_Validate_All |
Function |
Similar to Request_Validate, except that a validation will continue after a validation error has occurred |
DataDictionary |
| ResetChangedStates |
Procedure |
|
DataDictionary |
| RestoreDefaultSQLFilters |
Procedure |
Restores the global table SQL filters back to their original pre-find state |
DataDictionary |
| ShouldSaveConstrainedToServer |
Function |
Determines if any relates-to constrained parent is changed |
DataDictionary |
| SQLEscapedStr |
Function |
Converts string to a string that is better suited and safer for SQL WHERE clauses |
DataDictionary |
| SQLStrAppend |
Function |
Helper function that will take two SQL filter strings and combine them using proper SQL AND syntax |
DataDictionary |
| SQLStrAppendOr |
Function |
Helper function that will take two SQL filter strings and combine them using proper SQL OR syntax |
DataDictionary |
| SQLStrFieldName |
Function |
Helper function that returns a string representing the SQL column in a format that can be used by an SQL WHERE clause |
DataDictionary |
| SQLStrFileFieldName |
Function |
Helper function that returns a string representing the SQL table and column in a format that can be used by an SQL WHERE clause |
DataDictionary |
| SQLStrFileName |
Function |
Helper function that returns a string representing the SQL table name in a format that can be used by an SQL WHERE clause |
DataDictionary |
| SQLStrLike |
Function |
Helper function that will create an SQL LIKE string for a table column and a target value to be used in the WHERE clause of SQL statements |
DataDictionary |
| SQLStrSchemaFileFieldName |
Function |
Helper function that will create a string that that represents the SQL schema, table and column in a format that can be used by an SQL WHERE clause |
DataDictionary |
| StoreDefaultSQLFilters |
Procedure |
Stores any information about the table's current SQL filters |
DataDictionary |
| SupportsSQLFilters |
Function |
Can be queried to determine if this table is capable of supporting SQL filtering and the Data Dictionary SQL filter interface |
DataDictionary |