Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can not change the number of copies
Message
From
08/11/2000 05:14:26
 
 
To
07/11/2000 10:38:12
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00438778
Message ID:
00439173
Views:
23
Hi Bob,

Some [printers, notably dot matrix and inkjets are not capable of printing more than 1 copy as the printers have no smarts built in (unlike laser printers), so the copies field is greyed.

What I have done in the form I present to users for date selection etc, I ask the user how many pages (default is 1) they want to print.

lnCopies = 1 && number of copies to print

lnCount = 1
FOR lnCount = 1 TO lnCopies
REPORT FORM rptName TO PRINT PROMPT
ENDFOR

I have also set up the default number of copies in a system .dbf so it can be set by the user.

Regards
Doug Johnston


>We have encountered a random problem where when the printer dialog box comes up in Foxpro 2.6 for windows and the number of copies is grayed out. We can always print one copy which is the defaul, any ideas.
>
>Thanks,
>
>Bob
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform