pamechu umgobwe wrote:
>   That is, if he buys widget1, he gets a special price, requiring a separate 
> invoice. If he also buys widget2, without a discount, he gets another kind of 
> invoice and so on. In addition, some products are shipped from one warehouse 
> while others are shipped from another warehouse. A complicated situation, but 
> which the VFP app can deal with satisfactorily.
>    
>   The problem is the printing. Since all orders are billed by the same 
> operator in one big pass, it is the program that determines which printer 
> should be used for the particular product billed. So I could have a maximum 
> of 4 printers used at the same time.
>   I caputure them thus

I wonder if what is happening is that the output is being spooled, and 
then being sent out to whichever printer is active at the time.  In 
other words, the program proceeds without waiting for the spooled 
output, so when it starts to output you're not necessarily on the 
printer you expect.   What happens if you print the first output, stop 
until all pages print out, then print the second, and so on?  Does it 
then work correctly?  If so, perhaps you can turn off spooling to the 
printers, and print direct, instead?  HTH.


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to