{
{   The purpose of this request is to create a form.  The form you create may
{ be displayed, saved for later display, or displayed and saved for later
{ display.  After doing a
{ fdp$end_form request, you may use other Screen Formatting requests such as
{ fdp$open_form, fdp$add_form, and fdp$read_forms. The form_identifier
{ returned by this
{ request identifies the form.
{
{   You save the form with the fdp$write_form_definition request.
{
{       FDP$CREATE_FORM (FORM_IDENTIFIER, FORM_ATTRIBUTES, STATUS)
{
{ FORM_IDENTIFIER: (output)  This parameter specifies the form_identifier that
{       Screen Formatting returns to identify the instance of the form.  Other
{       requests use this form identifier to refer to the form.
{
{ FORM_ATTRIBUTES: (input/output)  This parameter specifies an array of
{ attributes
{       that apply to entire form.
{
{ 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$display_name_exists
{                              fde$event_name_exists
{                              fde$event_trigger_exists
{                              fde$invalid_address
{                              fde$invalid_display_name
{                              fde$invalid_event_form_key
{                              fde$invalid_event_form_name
{                              fde$invalid_event_name
{                              fde$invalid_form_area_key
{                              fde$invalid_form_attribute
{                              fde$invalid_form_identifier
{                              fde$invalid_form_language
{                              fde$invalid_form_name
{                              fde$invalid_form_processor
{                              fde$invalid_height
{                              fde$invalid_help_form_name
{                              fde$invalid_help_key
{                              fde$invalid_message_form_name
{                              fde$invalid_variable_name
{                              fde$invalid_width
{                              fde$invalid_x_position
{                              fde$invalid_y_position
{                              fde$no_comments_to_delete
{                              fde$no_space_available
{                              fde$system_error
{                              fde$unknown_display_name
{                              fde$unknown_event_name
{
