Subject Re: Turn off auto compile??
From Bruce Beacham <bbeacham@no-plm-lowman.co.uk>
Date Wed, 29 Oct 2014 20:49:55 +0000
Newsgroups dbase.getting-started

On 29/10/2014 00:46, Ken Mayer wrote:
>>> It seems that when I make changes in the editor & test run  - the auto
>>> compiled code runs instead - often after I immediately compile my

> In your executable, set the property of the _app object:
>
> _app.allowDEOExeOverride := false
>
> This will tell dBASE to not use external code, only the code that is
> compiled into your .exe.

I think his problem is in the IDE - I think _app.allowDEOExeOverride is
only relevant to the runtime.


Bruce