{
{   The purpose of this request is to create constant text objects for a
{ target form using the unprotected text on the design form.  These objects
{ have no display attributes.
{
{       FDP$CREATE_CONSTANT_TEXT (DESIGN_FORM_IDENTIFIER,
{         TARGET_FORM_IDENTIFIER, STATUS)
{
{ DESIGN_FORM_IDENTIFIER: (input)  This parameter specifies the form
{       identifier of a design form that Screen Formatting should use to
{       create constant text objects from unprotected text.
{
{ TARGET_FORM_IDENTIFIER: (input)  This parameter specifies the form
{       identifier of a target form where Screen Formatting should store the
{       constant text objects.
{
{ 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$invalid_height
{                              fde$invalid_object_attribute
{                              fde$invalid_object_change
{                              fde$invalid_object_key
{                              fde$invalid_object_name
{                              fde$invalid_occurrence
{                              fde$invalid_text_processing
{                              fde$invalid_width
{                              fde$invalid_x_increment
{                              fde$invalid_x_position
{                              fde$invalid_y_increment
{                              fde$invalid_y_position
{                              fde$no_space_available
{                              fde$no_text_for_object
{                              fde$object_not_in_form
{                              fde$object_occurrence_exists
{                              fde$object_overlays
{                              fde$system_error
{
