{
{   The purpose of this request is to change the attributes of an object.
{
{       FDP$CHANGE_OBJECT (FORM_IDENTIFIER, X_POSITION, Y_POSITION,
{         OBJECT_ATTRIBUTES, STATUS)
{
{ FORM_IDENTIFIER: (input)  This parameter specifies the form identifier for
{       the instance of the form.
{
{ X_POSITION: (input)  This parameter specifies the x position of the object
{       relative to the form.
{
{ Y_POSITION: (input)  This parameter specifies the y position of the object
{       relative to the form.
{
{ OBJECT_ATTRIBUTES: (input/output)  This parameter specifies an array of object
{       attributes.
{
{ 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_address
{                              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$object_occurrence_exists
{                              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_text_for_object
{                              fde$no_space_available
{                              fde$object_not_in_form
{                              fde$object_overlays
{                              fde$system_error
{
