{
{   The purpose of this request is to initialize a form to the state
{ specified by the form definition.  A variable on the form will have
{ its initial value and initial display attribute.  Use a
{ fdp$xget_record, fdp$xget_integer_variable, fdp$xget_real_variable,
{ fdp$xget_string_variable request to transfer variable values to
{ your program.  The fdp$xreset_form object routine does not display
{ the form.  A fdp$xread_forms or a fdp$xshow_forms request will
{ update the screen.  A pushed form cannot be initialized.
{
{       FDP$XRESET_FORM (FORM_IDENTIFIER, STATUS)
{
{ FORM_IDENTIFIER: (input)  This parameter specifies the form identifier
{       for the open instance of the form.
{
{ STATUS: (output) This parameter specifies the variable that indicates
{       the results of the request.
{
{       condition identifiers: fde$bad_data_value
{                              fde$form_pushed
{                              fde$invalid_form_identifier
{                              fde$no_space_available
{                              fde$system_error
{

