{
{   The purpose of this request is to create protected and unprotected text on
{ the design form from objects defined on the target form.  All constant text
{ objects without attributes on the target form are deleted.  Constant text
{ objects with attributes on the target form are created as objects on the
{ design form.  You re-create these deleted constant text objects on the target
{ form when the terminal user finishes changing the form using the
{ fdp$create_constant_text request.
{
{       FDP$CREATE_DESIGN_TEXT (TARGET_FORM_IDENTIFIER,
{         DESIGN_FORM_IDENTIFIER, STATUS)
{
{ TARGET_FORM_IDENTIFIER: (input)  This parameter specifies the target form
{       identifier to use as the source of the text for the design form.
{
{ DESIGN_FORM_IDENTIFIER: (input)  This parameter specifies the form
{       identifier of the design form.
{
{ STATUS: (output) This parameter specifies the name of the variable to set to
{       indicate the status of the request.
{
{       condition identifiers: fde$invalid_form_identifier
{                              fde$no_space_available
{                              fde$invalid_design_form
{                              fde$cannot_change_form
{                              fde$system_error
{                              fde$no_text_for_object
{                              fde$object_occurrence_exists
{                              fde$bad_data_value
{                              fde$invalid_x_position
{                              fde$invalid_y_position
{                              fde$invalid_width
{                              fde$invalid_height
{                              fde$invalid_x_increment
{                              fde$invalid_y_increment
{                              fde$invalid_text_processing
{                              fde$object_not_in_form
{                              fde$object_overlays
{                              fde$invalid_object_change
{                              fde$invalid_object_key
{                              fde$invalid_object_name
{                              fde$invalid_occurrence
{                              fde$invalid_object_attribute
{                              fde$no_object_at_position
{
