Thanks for telling us your final solution that resolved the issue. Lena
From: karentellef via RBASE-L [mailto:[email protected]] Sent: Friday, December 16, 2016 1:27 PM To: [email protected] Subject: [RBASE-L] - How I resolved my envelope printing issue Remember about a month ago I asked for suggestions on this. The company was printing around 500 envelopes at a time to an old laserjet (as one 500-page print, not 500 1-page prints) and sporadically we were getting blank envelopes, garbage characters, incomplete data, etc. "Hiccuping" as I like to call it. Totally blaming it on the old laserjet, which I'm sure had little native memory. Here's what we ended up doing, and it has worked flawlessly ever since. I put up a choose box giving them these options. Caption: Choose Last Names to Print A - F G - O P - S T - Z I build a where clause based on what they pick, such as SET VAR vWhere = (LastName BETWEEN 'A' AND 'Fzzzzz') PRINT envelope WHERE &vWhere ORDER BY lastname OPTION PRINTER Works like a charm! The user is told not to print another set of envelopes until the previous set has completed. Karen -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/d/optout. [cid:[email protected]]<http://www.qmiusa.com/> Lena Dammstrom Software Developer Email: [email protected]<mailto:[email protected]> Toll Free: 800-446-2500 International: 01 630-529-7111 Extension: 1037 www.qmiusa.com<http://www.qmiusa.com> . ________________________________ This email may contain material that is confidential, privileged and/or attorney work product for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

