Steve-vfp9user
Programmer
Hi
The below is my standard use of selecting a printer before printing:
Is it possible to embed the printer prompt on a form as I would like to show other information on that form or can the printer prompt be centered on the screen?
This is purely for cosmetic purposes.
Thank you
Steve Williams
VFP9, SP2, Windows 10
The below is my standard use of selecting a printer before printing:
Code:
cPrinter = GETPRINTER()
IF EMPTY(cPrinter)
RETURN
ENDIF
SET PRINTER TO NAME(cPrinter)
* CODE ETC
SET PRINTER TO
Is it possible to embed the printer prompt on a form as I would like to show other information on that form or can the printer prompt be centered on the screen?
This is purely for cosmetic purposes.
Thank you
Steve Williams
VFP9, SP2, Windows 10