{
{   The purpose of this request is to copy all objects and unprotected text on
{ a form from one area to another area.  A design form has both objects
{ (protected text, line drawings) and unprotected text.  A target form has
{ only objects.
{
{       FDP$COPY_AREA (FORM_IDENTIFIER, FROM_X_POSITION, FROM_Y_POSITION,
{         WIDTH, HEIGHT, TO_X_POSITION, TO_Y_POSITION, STATUS)
{
{ FORM_IDENTIFIER: (input)  This parameter specifies the form identifier of
{       the form.
{
{ FROM_X_POSITION: (input)  This parameter specifies the source x position of
{       the origin of the area closing the data to be copied.  The x position
{       is with respect to the form.  The origin of the area is the upper left
{       corner.
{
{ FROM_Y_POSITION: (input)  This parameter specifies the source y position of
{       the origin of the area enclosing the data to be copied.  The y
{       position is with respect to the form.  The origin of the area is the
{       upper left corner.
{
{ WIDTH: (input)  This parameter specifies the width of the area.
{
{ HEIGHT: (input)  This parameter specifies the height of the area.
{
{ TO_X_POSITION: (input)  The x position of the destination area.
{
{ TO_Y_POSITION: (input)  The y position of the destination area.
{
{ STATUS: (output) This parameter specifies the name of the variable to set to
{       indicate the status of the request.
{
{       condition identifiers: fde$area_cuts_object
{                              fde$bad_data_value
{                              fde$copy_outside_form
{                              fde$invalid_form_identifier
{                              fde$no_space_available
{                              fde$system_error
{
