{
{   The purpose of this request is to reset the display attribute for an
{ object to that specified in the form definition.  This request does not
{ display the form.  Follow this request with a fdp$xshow_forms or
{ fdp$xread_forms request to display the form.  The form must currently be
{ added.  You cannot reset the attribute of an object on a pushed form.
{
{       FDP$XRESET_OBJECT_ATTRIBUTE (FORM_IDENTIFIER, OBJECT_NAME,
{         OBJECT_OCCURRENCE, STATUS)
{
{ FORM_IDENTIFIER: (input)  This parameter specifies the form identifier for
{       the instance of the form.
{
{ OBJECT_NAME: (input)  This parameter specifies a character variable that
{       contains the name of the object.
{
{ OBJECT_OCCURRENCE: (input)  This parameter specifies an integer that gives
{       the occurrence of the variable name.  Use 1 for the first or only
{       occurrence of an object.
{
{ STATUS: (output) This parameter specifies the variable that indicates
{       the results of the request.
{
{       condition identifier: fde$bad_data_value
{                             fde$form_pushed
{                             fde$form_not_scheduled
{                             fde$invalid_form_identifier
{                             fde$invalid_object_name
{                             fde$invalid_occurrence
{                             fde$no_space_available
{                             fde$unknown_object_name
{
{
