FORMSTATE values
The following table describes the bit values that make up the summary of the state of an InForm form, as stored in the FORMSTATE column of the INF_FORMSTATUS table.
Bit value component |
Description |
Hex Value |
---|---|---|
PFP_STARTED |
Form was started with data, comments, or queries. |
1 |
PFP_QUERIES |
Form has queries. |
2 |
PFP_MISSINGITEMS |
Form has missing data. |
4 |
PFP_SDVREADY |
Form has been marked ready for source verification. |
8 |
PFP_FROZEN |
Form is frozen. |
10 |
PFP_LOCKED |
Form is locked. |
20 |
PFP_SIGNED |
Form is signed. |
40 |
PFP_SDVCOMPLETE |
Form has been marked completely source verified. |
80 |
PFP_SDVPARTIAL |
Form has been marked partially source verified. |
100 |
PFP_MARKEDASNOTDONE |
Form has been marked not completed with a form-level comment. |
200 |
PFP_HASCOMMENT |
Form has a form-level comment. |
400 |
PFP_FORMHASDATA |
Form has data. |
800 |
PFP_DYNADELETE |
Form was generated by a dynamic form rule and was subsequently deleted. |
1000 |
PFP_DELETEDFORM |
Instance of a repeating form has been deleted. |
2000 |