{
{   The purpose of this request is to create a form for displaying program
{ events.  The form you create may be displayed, saved for later display, or
{ displayed and saved for later display.  This requests ends the form
{ definition.  After this 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.
{
{       FDP$CREATE_EVENT_FORM (EVENT_MENUS, FORM_ATTRIBUTES, FORM_IDENTIFIER,
{         STATUS)
{
{ EVENT_MENUS: (input)  An array of records that describe events to be shown
{       on the event form.  Each record contains the following fields.
{
{       EVENT_NAME:  The event name that the program uses to recognize the
{             event.  It is also the name of the variable the program may use
{             to change display attribute or event label value.
{
{       EVENT_LABEL:  The initial value for event_name.
{
{       EVENT_TRIGGER:  The event trigger (function key) on the terminal that
{             causes the event.
{
{ FORM_ATTRIBUTES:  (input/output) This parameter specifies an array of
{       attributes that apply to entire form.
{
{ 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.
{
{ 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$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$terminal_not_identified
{                              fde$unknown_display_name
{                              fde$unknown_event_name
{
{
