<< Click to Display Table of Contents >> SetFieldNullValueText |
Sets the text which is printed for Fields that have a null-value. You can assign a special text to Fields with a null-value. By default, the null-value text is an empty string. You can specify for each field an individual null-value text, for example "n/a".
method boolean TVPETemplate.SetFieldNullValueText(
string DataSourcePrefix,
string FieldName,
string Text
)
string DataSourcePrefix
prefix of the Data Source, this is the unique name of a Data Source as defined in dycodoc
string FieldName
name of the Data Source Field
string Text
the string that shall be assigned to the Field's null-value text
Returns:
Value |
Description |
True |
if the field was found and its null-value text could be set |
False |
otherwise |
"dycodoc Template Processing" in the Programmer's Manual