| Add_Client_File |
Procedure Set |
Adds a table to this object's related-child list dataflex Set Add_Client_File to Orderdtl.File_Number A Data Dictionary needs to know about its related-from, child tables. |
DataDictionary |
| Add_Server_File |
Procedure Set |
Adds a table to this object's related-parent list dataflex Set Add_Server_File to Customer.File_Number A Data Dictionary needs to know about its related-to, parent tables. |
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 This declares this DD to be an alias DD and makes iTable the Main_File for this DD. |
DataDictionary |
| AllowParentFind |
Function |
Called to determine if the parent DD can be use to do a parent find 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 This is called before a DataDictionary (DD) 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 Applies the passed SQL filter. |
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 Clears all dynamically assigned defaults for all DataDictionary Objects (DDOs) in this DDO structure. |
DataDictionary |
| ClearRememberedDefaults |
Procedure |
Clears all dynamically assigned defaults for this one DDO Clears all dynamically assigned defaults for this one DataDictionary Object (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 The Data_set_error procedure is used to declare 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 This sets this DD to work as an alias, by clearing all required servers and clients. |
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 The 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_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 Obsolete Field_Option_Toggle is used to toggle (reverse) the value of a field option. |
DataDictionary |
| File_Field_AutoFind |
Procedure |
Performs an AutoFind on a foreign table column File_Field_AutoFind 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 File_Field_Default_AutoFind performs an AutoFind on a foreign table column in "default" mode. |
DataDictionary |
| File_Field_DynamicEntryOptions |
Function |
Used to check the current state of NoPut and NoEnter field options 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 Obsolete File_Field_Option_Toggle is used to toggle (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 This can be used in the main (master) DD classes to write custom code regular and alias DDs. |
DataDictionary |
| IsCommitted |
Function |
Called to determine if the record is committed Called to determine if the record is committed (see Commit Field_Option). |
DataDictionary |
| IsCommittedParentChangeAllowed |
Function |
Called to determine if the server's parent is allowed to be switched 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 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 Called to determine if an inactive parent DDO can be null. |
DataDictionary |
| MasterForAlias |
Function |
Returns the master table for an alias table Returns the master table for an alias table. |
DataDictionary |
| Operation_Not_Allowed |
Procedure |
Executes the error command with the passed in error number. |
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 By default, this is always False. |
DataDictionary |
| Remove_System_File |
Procedure |
Removes a table from this object's system file list The Remove_System_File procedure removes a table from the DataDictionary structure. |
DataDictionary |
| Request_Clear |
Procedure |
See (and use) Clear Obsolete See (and use) Clear for clearing DataDictionaries. |
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 This 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 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 SQLEscapedStr changes a string to an "escaped" string that is better suited for being used in SQL statements. |
DataDictionary |
| SQLStrAppend |
Function |
Helper function that will take two SQL filter strings and combine them using proper SQL AND syntax This is a helper function that will take two SQL filter strings and combine them (i.e. |
DataDictionary |
| SQLStrAppendOr |
Function |
Helper function that will take two SQL filter strings and combine them using proper SQL OR syntax This is a helper function that will take two SQL filter strings and combine them (i.e. |
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 This 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 |