Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

VFP 3.0 Normal Print (Development Mode) Window

0 views
Skip to first unread message

Deepak Thadani

unread,
Mar 20, 1997, 3:00:00 AM3/20/97
to

Hello,
I am running VFP 3.0, and I want to bring up the
little print dialog box (NOT THE NORMAL ONE with SELECT PRINTER)
but rather the one which says what would you like to print:

Command Window
Report
Ascii File
.
.
.

Does anyone know how to get that to come up in an application?
I don't want to use the windows that come with sys(1037)..
Thanks a bunch. Try it if I didn't make it too clear, I want
the window which comes up when you hit CTRL-P in VFP3.0 Development
Mode.

Thanks again, please email ASAP to dee...@pcsltd.com

Paul Szudzik

unread,
Mar 28, 1997, 3:00:00 AM3/28/97
to

Deepak Thadani <dee...@pcsltd.com> wrote:

>Hello,
> I am running VFP 3.0, and I want to bring up the
>little print dialog box (NOT THE NORMAL ONE with SELECT PRINTER)
>but rather the one which says what would you like to print:

> Try it if I didn't make it too clear, I want


>the window which comes up when you hit CTRL-P in VFP3.0 Development
>Mode.

Just use

keyboard chr(16)

in your program, will bring up what you want.

0 new messages