AndrewMozley
Programmer
Running VFP9.
I have several VFP reports (defined as .frx/.frt files). These report definitions include the specification of the destination printer. To set this I issue the command
MODIFY REPORT <reportname> NOENVIRONMENT
Within the VFP report designer I then click on File | Page Setup. This shows the selected printer.
I then click on the Page Setup button. This brings up a window which includes OK, Cancel and Printer buttons. Clicking on this last button brings up another window (also entitled Page Setup) which has a list box, captioned Name, which allows me to select a printer from the list of printers installed in Windows.
Altering the selection here, then clicking on OK a few times saves this printer selection to the .frt file. So when I next run the report it is sent to the printer I have selected. This is what happens under Windows XP.
Under Windows 7 however, going through the same process, (File | Page Setup, then click on Page Setup button) does indeed bring up a Page Setup Window, but there is then no Printer button on that window, so I am unable to select a printer to be associated with that report.
Why is this, and how can I specify the destination printer for a report which I am defining in Windows7?
I have several VFP reports (defined as .frx/.frt files). These report definitions include the specification of the destination printer. To set this I issue the command
MODIFY REPORT <reportname> NOENVIRONMENT
Within the VFP report designer I then click on File | Page Setup. This shows the selected printer.
I then click on the Page Setup button. This brings up a window which includes OK, Cancel and Printer buttons. Clicking on this last button brings up another window (also entitled Page Setup) which has a list box, captioned Name, which allows me to select a printer from the list of printers installed in Windows.
Altering the selection here, then clicking on OK a few times saves this printer selection to the .frt file. So when I next run the report it is sent to the printer I have selected. This is what happens under Windows XP.
Under Windows 7 however, going through the same process, (File | Page Setup, then click on Page Setup button) does indeed bring up a Page Setup Window, but there is then no Printer button on that window, so I am unable to select a printer to be associated with that report.
Why is this, and how can I specify the destination printer for a report which I am defining in Windows7?