{
{   The purpose of this request is to get objects defined for a form.  The
{ fdp$get_form_attributes request using the attribute key of
{ fdc$get_number_objects allows you to learn the space to allocate to get form
{ objects.
{
{       FDP$GET_FORM_OBJECTS (FORM_IDENTIFIER, FORM_OBJECTS, NUMBER_OBJECTS,
{         STATUS)
{
{ FORM_IDENTIFIER: (input)  This parameter specifies the form identifier for
{       the instance of the form.
{
{ FORM_OBJECTS: (output)  This parameter specifies an array to hold the form
{       objects Screen Formatting returns.
{
{ NUMBER_OBJECTS: (output)  This parameter specifies the number of objects
{       returned.
{
{ 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$too_many_form_objects
{
