Hi guys,

When I do a "?" command in the command box, I get the output on the
form that was suspended when i did the "?" command.

How do I get the "?" output onto the Main Foxpro Window instead of the
form ?

Thanks in advance.

Regards,
Derek

Re: How to get output on the Main Foxpro window ? by Olaf

Olaf
Wed Jul 23 02:41:05 CDT 2008

You can set
Form.AllowOutput = .f.

Or do
ACTIVATE SCREEN

Bye, Olaf.



Re: How to get output on the Main Foxpro window ? by July

July
Wed Jul 23 04:00:38 CDT 2008

On Jul 23, 12:41=A0pm, "Olaf Doschke"
<b2xhZi5kb3NjaGtlQHNldG1pY3Mu...@strconv.14.de> wrote:
> You can set
> Form.AllowOutput =3D .f.
>
> Or do
> ACTIVATE SCREEN
>
> Bye, Olaf.

Thanks !

Re: How to get output on the Main Foxpro window ? by Olaf

Olaf
Wed Jul 23 15:37:52 CDT 2008

You're welcome