{   The purpose of this request is to initialize the form record variables to
{ their initialize values.
{
{       FDP$INITIALIZE_FORM_RECORD (FORM_IDENTIFIER, P_FORM_STATUS,
{         RECORD_CHANGES, VARIABLE_STATUS, STATUS)
{
{ FORM_IDENTIFIER: (input)  This parameter specifies the form identifier of the
{       form to initialize objects.
{
{ P_FORM_STATUS: (input)  This parameter specifies the status data for a form.
{
{ RECORD_CHANGES: (input)  This parameter specifies whether changes should be
{       recorded for display on the terminal screen.  TRUE means the changes
{       should be recorded.  FALSE means the changes should not be recorded.
{
{ VARIABLE_STATUS: (output)  This parameter specifies a status for variables in
{       in the record.  This parameter indicates if any of the variables could
{       not be converted to their program representation or their screen
{       representation.
{
{ STATUS: (output)  This parameter specifies the name of the variable to set
{       to indicate the status of request.
{
{       condition identifiers:  fde$no_space_available
{                               fde$system_error
{
