{
{   The purpose of this request is to reset the attributes for an object to
{ those specified in the form definition.  This request does not display the
{ form.  Follow this request with a fdp$show_forms or fdp$read_forms request
{ to display the form.  You cannot reset the attributes of a pushed form.  The
{ form must currently be added.
{
{       FDP$RESET_OBJECT_ATTRIBUTE (FORM_IDENTIFIER, OBJECT_NAME, OCCURRENCE,
{         STATUS)
{
{ FORM_IDENTIFIER: (input)  This parameter specifies the form identifier for
{       the instance of the form.
{
{ OBJECT_NAME: (input)  This parameter specifies the name of the object.
{
{ OCCURRENCE: (input)  This parameter specifies the occurrence of the object.
{       For the first occurrence or only occurrence of an object, use 1.
{
{ STATUS: (output) This parameter specifies the name of the variable to set
{       to indicate the status of the request.
{
{       condition identifier: fde$bad_data_value
{                             fde$form_pushed
{                             fde$form_not_scheduled
{                             fde$invalid_form_identifier
{                             fde$invalid_occurrence
{                             fde$no_space_available
{                             fde$unknown_object_name
{
