{
{   The purpose of this request is to combine a form to the list of forms
{ associated with a base form.  The events of combined form are merged with of
{ the added form.  If the same event occurs for both forms the event definition
{ for the combined form is used.  If an event for the combined form has no
{ definition for the added form, the event is added to the events recognized by
{ Screen Formatting.  If the event is added, the event menu is not updated.
{ The next request that updates the screen, fdp$read_forms or fdp$show_forms,
{ replots the screen for the terminal user.  The form lies on top of other
{ forms occupying the same area on the screen.  You cannot combine a pushed
{ form.
{
{       FDP$COMBINE_FORM_EVENTS (ADDED_FORM_IDENTIFIER,
{         COMBINE_FORM_IDENTIFIER, STATUS)
{
{ ADDED_FORM_IDENTIFIER: (input)  This parameter specifies the base form.
{
{ COMBINE_FORM_IDENTIFIER: (input)  This parameter specifies the new form to
{       combine with the base form.
{
{ STATUS: (output)  This parameter specifies the name of the variable to set
{       to indicate the status of request.
{
{       condition identifiers:  fde$bad_data_value
{                               fde$form_already_added
{                               fde$form_already_combined
{                               fde$form_pushed
{                               fde$form_too_large_for_screen
{                               fde$invalid_form_identifier
{                               fde$no_space_available
{                               fde$system_error
{
