Application.FieldConstantToFieldName Method
Project Developer Reference |
Returns a field name given a PjField constant.
Syntax
expression.FieldConstantToFieldName(Field)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Field | Required | Long | The field whose string equivalent is required. Can be one of the PjField constants. |
Return Value
String
See Also