{
{   The purpose of this request is to delete a table.  Any associated variable
{ or form objects definitions are not deleted.
{
{       FDP$DELETE_TABLE (FORM_IDENTIFIER, TABLE_NAME, STATUS)
{
{ FORM_IDENTIFIER: (input)  This parameter specifies the form identifier for
{       the instance of the form
{
{ TABLE_NAME: (input)  This parameter specifies the table to delete.
{
{ 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_form_identifier
{                              fde$invalid_table_name
{                              fde$unknown_table_name
{
