Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting a Printer Prompt in VFP9
Message
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00991661
Message ID:
00991663
Views:
28
You can still use the same command in VFP9 if SET REPORTBEHAVIOR 90.
SET REPORTBEHAVIOR 90
REPORT FORM MyReport TO PRINTER PROMPT PREVIEW
>Before VFP9, I used the following to preview a report, then prompt for the printer if the Print button was clicked on the toolbar:
>
>REPORT FORM MyReport TO PRINTER PROMPT PREVIEW
>
>Now in VFP 9, I am using the following:
>
>REPORT FORM MyReport OBJECT TYPE 1
>
>If the user clicks the Print button, I get no prompt. How do I get the Printer Prompt back using the VFP 9 report engine? TIA!
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform