PrDoc: FieldStatus

FieldStatus

Returns the error status of a field.

 Public Function FieldStatus(
	  ByVal field_code As Long ) As Long

Parameters

field_code
The id of the needed field. The possible ids are defined in the PR_DOCFIELD enumeration.

Return Values

The error status of the field.

Languages

[Visual Basic] Public Function FieldStatus(ByVal field_code As Long) As Long

[Delphi] function FieldStatus(field_code: Integer): Integer;

[C++] long FieldStatus(long field_code);

Remarks

The error codes are defined in the PR_CHKERR enumeration.

See Also

Class PrDoc Overview PrDoc Properties PrDoc Methods FieldPropertyV GetError