IMinutesFieldManager.AddSpecialField Method
Function AddSpecialField( _
ByVal fieldKind As SpecialFieldKind, _
Optional ByVal language As String = "", _
Optional ByVal progress As String = "" _
) As IMinutesField
This language is not supported or no code example is available.
IMinutesField AddSpecialField(
SpecialFieldKind fieldKind,
string language = "",
string progress = ""
)
This language is not supported or no code example is available.
Parameters
- fieldKind
- SpecialFieldKind
The kind if the special field to be created.
- language
- string
The field language, if the fieldKind is SpecialFieldKind.DescriptionLanguage or SpecialFieldKind.UnitLanguage. It should contain a locale in the form "NL-BE".
- progress
- string
The field progress, if the fieldKind is SpecialFieldKind.DescriptionLanguage or SpecialFieldKind.UnitLanguage. It should contain "", "Estimate" or a progress like "-2". Apparently this does not work! Also not in the real field manager; so always use "" for the moment.
Return Value
IMinutesFieldThe newly created field.
Exception type | Condition |
---|---|
This fields manager is for a set of fields. Fields cannot be added to a set of fields. |
Available since QDV 7.16.585.