{    The purpose of this request is to begin the CREATE_FORM_MODULE utility.
{
{       FDP$BEGIN_CREATE_FORM_MODULE (FORM_NAME, FORM_IDENTIFIER,
{             CREATE_MODULE, STATUS);
{
{ FORM_NAME: (input)  This parameter specifies the name of the form.
{
{ FORM_IDENTIFIER: (output)  This parameter specifies the form identifier that
{       following requests will use to access the form.
{
{ CREATE_MODULE: (output)  This parameter specifies whether or not the user
{       wants to create the form.  If CREATE_MODULE is TRUE, the user wants to
{       create the form.  If CREATE_MODULE is FALSE, the user does not want to
{       create the form.
{
{ STATUS: (output)  This parameter specifies the name of the variable to set
{       to indicate the status of request.
{       CONDITIONS:
{             fde$form_not_ended
{             fde$no_space_available
{             fde$system_error
{
{
