Hullo,

If you "use" a remote view that retrieves a lot of data then VFP (I'm using
VFP8 (SP1)) displays a wait window saying "Executing remote.... press ESC to
cancel".

How can I disable this message?

It is a particular problem in OLE servers using sys(2335, 0) since the
message causes an error condition.

Thanks.

Yours faithfully

Paul S. Elliott
(Senior Developer)
4technology Ltd
P.O. Box 1681
Christchurch
New Zealand
ph : +64 3 3771170
fax : +64 3 3771172

Re: opening remote view and VFP's annoying wait window by Mark

Mark
Mon Dec 01 09:16:48 CST 2003

Try SET NOTIFY OFF and/or SET NOTIFY CURSOR OFF

"Paul S. Elliott" <paule@4technology.net.nospam> wrote in message
news:eW4$eM7tDHA.3744@TK2MSFTNGP11.phx.gbl...
> Hullo,
>
> If you "use" a remote view that retrieves a lot of data then VFP (I'm
using
> VFP8 (SP1)) displays a wait window saying "Executing remote.... press ESC
to
> cancel".
>
> How can I disable this message?
>
> It is a particular problem in OLE servers using sys(2335, 0) since the
> message causes an error condition.
>
> Thanks.
>
> Yours faithfully
>
> Paul S. Elliott
> (Senior Developer)
> 4technology Ltd
> P.O. Box 1681
> Christchurch
> New Zealand
> ph : +64 3 3771170
> fax : +64 3 3771172
>
>



Re: opening remote view and VFP's annoying wait window by Paul

Paul
Mon Dec 01 14:29:57 CST 2003

Thanks for that.
Actually, I am getting the wait window in VFP7 (not VFP8 as I wrote) and I
have found previously that "set notify" has no effect on the message. I now
realise that in VFP8 I cannot get the message to appear at all, so it looks
like the problem will disappear once I transfer my projects to VFP8.


"Mark McCasland" <mmccaslaATairmailDOTnet> wrote in message
news:urFe44BuDHA.3468@TK2MSFTNGP11.phx.gbl...
> Try SET NOTIFY OFF and/or SET NOTIFY CURSOR OFF
>
> "Paul S. Elliott" <paule@4technology.net.nospam> wrote in message
> news:eW4$eM7tDHA.3744@TK2MSFTNGP11.phx.gbl...
> > Hullo,
> >
> > If you "use" a remote view that retrieves a lot of data then VFP (I'm
> using
> > VFP8 (SP1)) displays a wait window saying "Executing remote.... press
ESC
> to
> > cancel".
> >
> > How can I disable this message?
> >
> > It is a particular problem in OLE servers using sys(2335, 0) since the
> > message causes an error condition.
> >
> > Thanks.
> >
> > Yours faithfully
> >
> > Paul S. Elliott
> > (Senior Developer)
> > 4technology Ltd
> > P.O. Box 1681
> > Christchurch
> > New Zealand
> > ph : +64 3 3771170
> > fax : +64 3 3771172
> >
> >
>
>



Re: opening remote view and VFP's annoying wait window by Pierre

Pierre
Tue Dec 02 02:01:55 CST 2003

Hello Paul,

having a look at it, I'd say, SET ESCAPE OFF would do the trick.

Regards,
Pierre

"Paul S. Elliott" <paule@4technology.net.nospam> schrieb im Newsbeitrag
news:u23xYqEuDHA.3744@TK2MSFTNGP11.phx.gbl...
> Thanks for that.
> Actually, I am getting the wait window in VFP7 (not VFP8 as I wrote) and I
> have found previously that "set notify" has no effect on the message. I
now
> realise that in VFP8 I cannot get the message to appear at all, so it
looks
> like the problem will disappear once I transfer my projects to VFP8.
>
>
> "Mark McCasland" <mmccaslaATairmailDOTnet> wrote in message
> news:urFe44BuDHA.3468@TK2MSFTNGP11.phx.gbl...
> > Try SET NOTIFY OFF and/or SET NOTIFY CURSOR OFF
> >
> > "Paul S. Elliott" <paule@4technology.net.nospam> wrote in message
> > news:eW4$eM7tDHA.3744@TK2MSFTNGP11.phx.gbl...
> > > Hullo,
> > >
> > > If you "use" a remote view that retrieves a lot of data then VFP (I'm
> > using
> > > VFP8 (SP1)) displays a wait window saying "Executing remote.... press
> ESC
> > to
> > > cancel".
> > >
> > > How can I disable this message?
> > >
> > > It is a particular problem in OLE servers using sys(2335, 0) since the
> > > message causes an error condition.
> > >
> > > Thanks.
> > >
> > > Yours faithfully
> > >
> > > Paul S. Elliott
> > > (Senior Developer)
> > > 4technology Ltd
> > > P.O. Box 1681
> > > Christchurch
> > > New Zealand
> > > ph : +64 3 3771170
> > > fax : +64 3 3771172
> > >
> > >
> >
> >
>
>