{
{   The purpose of this request is to move all objects and unprotected text on
{ a form from one area to another area.  A design form has both objects
{ (protected text) and unprotected text.  A target form has only objects.
{
{       FDP$MOVE_AREA (FORM_IDENTIFIER, FROM_X_POSITION, FROM_Y_POSITION,
{         WIDTH,  WIDTH, 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 x position of the
{       origin of the area closing the data to be moved with respect to the
{       form.  The origin of the area is the upper left corner.
{
{ FROM_Y_POSITION: (input)  This parameter specifies the y position of the
{       origin of the area enclosing the data to be moved with respect to the
{       form.
{
{ WIDTH: (input)  This parameter specifies the width of the area.
{
{ HEIGHT: (input)  This parameter specifies the height of the area.
{
{ TO_X_POSITION: (input)  This parameter specifies the x position of the area
{       where the data should be copied.
{
{ TO_Y_POSITION: (input)  This parameter specifies the y position of the area
{       where the data should be copied.
{
{ 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$invalid_form_identifier
{                              fde$move_outside_form
{                              fde$object_overlays
{                              fde$system_error
{
