PDA

View Full Version : Status Code 31



Ian Roddy
16-Dec-2005, 07:06 AM
Hi Everyone,

Does anyone know how the resolve the following error -

Program file not found MENU << STATUS 31 >>

Thanks in advance for your help.

Ian

DavePorter
16-Dec-2005, 07:55 AM
Hi Ian,

By default ( without any configuration or programming changes )
character mode dataflex will attempt to run menu.flx when dfrun(con).exe
is run
( so error 31 is simply telling you that it has been instructed to run
menu.flx, but it can't find it ! )

It may be that you are running the dfrun.exe rather than a batch file (
setpath.bat for example ) that sets all the pathing.
Also this batch file will usually be setting a file called dfenv.cfg
that contains a dfpath environment variable.

So I would look for this file (menu.flx) to ensure it is available and
in the current pathing for your application.

HTH - Dave Porter


Ian Roddy wrote:

>Hi Everyone,
>
>Does anyone know how the resolve the following error -
>
>Program file not found MENU << STATUS 31 >>
>
>Thanks in advance for your help.
>
>Ian
>
>
>
>