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
>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.