if test "$FXPRT" = ""; then
     echo "   "
     echo "Printer configuration file not defined for your site."
     echo "To define configuration set the environment variable FXPRT"
     echo "to the full path of where your configuration file resides."
     echo "The following command sets the FXPRT to the default"
     echo "configuration file that comes with Infoflex-4GL."
     echo "   "
     echo "      FXPRT=.../fx/dev/prconfig; export FXPRT "
     echo "   "
     echo "... press any key to continue"
     read answer
     exit
fi

fxedit $FXPRT 
