Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to enabled collate checkbox

Status
Not open for further replies.

csr

Programmer
Jul 20, 2000
507
When I print something using MSWORD and the print selection window opens, I find that there is a COLLATE checkbox enabled with a checkmark in it.

However, I have also noticed that the COLLATE checkbox is blank and disabled (dim) when we print through VFP software.

Does anyone know why this might be and is there some way to get that COLLATE checkbox to be enabled in VFP ?

Thanks.




Don


 
Don,

I've noticed this too, and have always assumed you cannot control it in VFP. Maybe someone can tell us more.

Of course, you could always do your own printer dialogue with a Collate checkbox. If the user selects that option, print the report multiple times. But that could be very much slower.

Mike


Mike Lewis
Edinburgh, Scotland
 
Don

Collate will enable if you set Number of copies > 1

Regards

-- AirCon --
 
Mike,

Hmmm strange...it works for me here. I'm using VFP7 SP1 / W2K



-- AirCon --
 
I have found that if I select more than 2 or more copies, the collate checkbox WILL enable. That is the good news.

The bad news is that even though I check the collate checkbox, the print job does not come out collated.



Don


 
I am trying to not let this die.

This is a significant problem with VFP.

Any help out here ?



Don


 
Don,

If you can't find a way to make this work, you could always go back to my earlier suggestion of creating your own printer dialogue. To enable collating, just print the report mutliple times -- if you can stand the performance hit.

Mike


Mike Lewis
Edinburgh, Scotland
 
AirCon,

The first article applies to PostScript printers. I don't know what kind of printer Don has, but mine is a LaserJet (not Postscript).

The second article says "The availability of the ... [collate checkbox] ... is printer driver dependent."

I'm sure that's true. But Don also said that the checkbox is available in Word, but not in VFP (which is also my experience).

BTW, Don, what printer are you using?

Mike


Mike Lewis
Edinburgh, Scotland
 
The printer I am using is ....

HP Laserjet 5si PCL 5e


We are not using the Postscript functionality of the printer.

We have installed all of the NT patches,etc ...


This problem is noticeable in all of the custom software I have created for in-house use and it is also found when using a piece of software called ACCPAC which uses VFP (version 6 I think) code.

Only those applications associated with VFP seem to exhibit that type of behavior.



Don


 
Well, we have the problem clearly defined.

Now, lets see if we can get some solutions.

[smile]


Don


 
Just to add to this, I have several printers attached to my machine (XP Pro) and they all allow collate if copies > 1 (haven't checked to see if this actual does anything though).

The printers are:

HP Color LaserJet 2500 PCL6
Generic/Text only
HP DeskJet 500
HP LaserJet 4050 Series PCL6
HP LaserJet 500+

Neil

"I like work. It fascinates me. I can sit and look at it for hours..."
 
Well, it would certainly be helpful for us to find out if any of those printers will actually do the collating when you request it while using VFP code.


Don


 
I have just printed a 3 page report, 2 copies, collated and the output was as expected ( ie 1,2,3,1,2,3). This was on the 4050 LaserJet. I will try the others when I get a spare second!!

Neil

"I like work. It fascinates me. I can sit and look at it for hours..."
 
Fatslug ...

What software are you using to do this printing ?
Some custom VFP software you have written or a commercial package ?




Don


 
Standard VFP 6 - from the command line!

SELECT MyReportCursor
REPORT FORM MyReport TO PRINTER PROMPT PEVIEW

Hit PRINT button. Set copies to 2 and ticked collate.

Neil

"I like work. It fascinates me. I can sit and look at it for hours..."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top