Re: WAIT WINDOW doesn't wait! by Fred
Fred
Sun Apr 18 13:43:25 CDT 2004
If you DO an .EXE from within the IDE, it will run in your current instance
of VFP, not the runtime. If you execute it from Windows, it uses the
runtime. But I know you know that Anders. ;)
Fred
Microsoft Visual FOxPro MVP
"Anders" <anders@anders> wrote in message
news:%23dMRp%23OJEHA.2556@TK2MSFTNGP11.phx.gbl...
> Even
> DO xxx.EXE?
>
> -Anders
>
> "Fred Taylor" <ftaylor@mvps.org!REMOVE> skrev i meddelandet
> news:eZPu16MJEHA.3104@TK2MSFTNGP10.phx.gbl...
> > I think Eric may have your problem resoloved with the CLEAR TYPEAHEAD,
but
> > an .EXE still runs under the VFP runtime.
> >
> > Fred
> > Microsoft Visual FoxPro MVP
> >
> >
> > "Frank Dreyfus" <fdreyfus@nyw.com> wrote in message
> > news:Xns94CEB6AFD10A4adfslur0mdoaur03jadl@207.46.248.16...
> > > I'm working with an accounting system written if VFP6. It allows my
to
> > > run my own code from within the application.
> > >
> > > In trying to debug, I inserted a few WAIT WINDOW "<text>" commands so
> that
> > > I could see where my code was failing.
> > >
> > > Strangely, the window appears but it doesn't wait. The program just
> keeps
> > > on execution.
> > >
> > > This is NOT a WAIT WINDOW NOWAIT.
> > >
> > > Any idea how this happens? The application is an EXE, not an APP so
> it's
> > > not running under the VFP runtime. Does this have anything to do with
> it?
> > >
> > > Thanks, Frank
> >
> >
>
>