{
{   The purpose of this request is to end the definition of a form.  This
{ request must be issued before the form may be opened.
{
{       FDP$END_FORM (FORM_IDENTIFIER, P_SEQUENCE, NUMBER_ERRORS, P_ERRORS,
{         STATUS)
{
{ FORM_IDENTIFIER: (input)  This parameter specifies the form identifier for
{       the instance of the form.
{
{ P_SEQUENCE: (input)  This parameter specifies the sequence for Screen
{       Formatting to return errors in the form definition.  If this parameter
{       is NIL, no errors are returned.
{
{ NUMBER_ERRORS: (output)  This parameter specifies the number of errors in
{       the form definition.  Screen Formatting will display the form as best
{       as it can in spite of errors.
{
{ P_ERRORS: (output)  This parameter specifies the sequence of errors found by
{       Screen Formatting.
{
{ STATUS: (output) This parameter specifies the name of the variable to set
{       to indicate the status of the request.
{
{       condition identifiers: fde$bad_data_value
{                              fde$cannot_change_form
{                              fde$invalid_form_identifier
{                              fde$no_space_available
{
