{
{   The purpose of this request is to get the attributes of a stored object.
{ A stored object has no object on the form image.
{
{       FDP$GET_STORED_OBJECT (FORM_IDENTIFIER, NAME, OCCURRENCE, TEXT,
{         TEXT_LENGTH, DISPLAY_ATTRIBUTE_SET, STATUS)
{
{ FORM_IDENTIFIER: (input)  This parameter specifies the form identifier for
{       the instance of the form.
{
{ NAME: (input)  This parameter specifies the name of the stored object.
{
{ OCCURRENCE: (input)  This parameter specifies the occurrence of the stored
{       object.
{
{ TEXT: (output)  This parameter specifies the initial value for the stored
{       object.
{
{ TEXT_LENGTH: (output)  This parameters specifies the length of text for the
{       stored object.
{
{ DISPLAY_ATTRIBUTE_SET: (output)  This parameter specifies the display
{       attributes of stored object when it is initially displayed.
{
{ 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$invalid_object_name
{                              fde$invalid_occurrence
{                              fde$unknown_object_name
{
