Share

acdbConvertFieldsToText

Description

Functions

Function Description
acdbConvertFieldsToText Converts fields in a database into dumb text using the evaluated values. After conversion the fields are deleted and the text will no longer update.nOption can be one or more of the following AcFd::ConvertFieldToText enum values:kConvertFieldToTextNone - No optionkEvaluateBeforeConversion - Evaluate the field before converting it to text.kExcludeEvaluatorsInList - Treat the list of evaluator IDs in pEvalIds as exclusion list; that is, skip the fields with evaluator IDs found in this list and convert the rest. This flag is used only if pEvalIds is not null.kIgnoreEvaluatorVersion - Ignore the evaluator version while comparing the evaluator... more
acdbConvertFieldsToText Converts fields in a database into dumb text using the evaluated values. After conversion the fields are deleted and the text will no longer update.nOption can be one or more of the following AcFd::ConvertFieldToText enum values:kConvertFieldToTextNone - No optionkEvaluateBeforeConversion - Evaluate the field before converting it to textkExcludeEvaluatorsInList - Treat the list of evaluator IDs in pEvalIds as exclusion list. i.e. skip the fields with evaluator IDs found in this list and convert the rest. This flag is used only if pEvalIds is not null.kIgnoreEvaluatorVersion - Ignore the evaluator version while comparing the evaluator id... more

Was this information helpful?