System: C
Error Code: C 0451 (C-0451)
Explanation
For control type '50', the text is required ("R"); optional ("O") otherwise. The error is raised if text is missing for '50' or provided incorrectly.
When it happens (Reason)
IF //ControlDetails/type is EQUAL to '50' THEN //ControlDetails/text = "R" ELSE //ControlDetails/text = "O"; IF //TypeOfControls/type is EQUAL to '50' THEN //TypeOfControls/text = "R" ELSE //TypeOfControls/text = "O"
Quick Fix
Check the type in ControlDetails or TypeOfControls. If '50', provide descriptive text ("R"). If other, optional – add if needed. Resubmit.
Step-by-step resolution
Check the type in ControlDetails or TypeOfControls. If '50', provide descriptive text ("R"). If other, optional – add if needed. Resubmit.
Keywords
C 0451, C-0451, C0451
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article