ProFox List Statistics for May 2023

2023-06-01 Thread List Administrator Account
== ProFox List Statistics May 2023 == Subscriber Count at End of Month: ProFox: 305 ProFoxTech: 184 == Total Posts: 15 (Do

Fun with label printers

2023-06-01 Thread Richard Kaye
Hi ProFoxers! Let's start June off with an actual VFP question. I've got the joy of generating labels using a DYMO 550 in my WWC web-based app. The precursor to getting this to work is standard MODIFY LABEL in dev, adjust the layout until everything preview/prints as desired, copy the label to m

Re: Fun with label printers

2023-06-01 Thread Frank Cazabon
Hey Richard, If I remember correctly, these label printers only print one label at a time. Can you loop through your result set and print each label one at a time? Frank. Frank Cazabon On 01/06/2023 1:21 pm, Richard Kaye wrote: Hi ProFoxers! Let's start June off with an actual VFP question

RE: Fun with label printers

2023-06-01 Thread Richard Kaye
Hi Frank, I appreciate the response. I'll check on that but the 3 other formats I have working all run from the same process/cursor and print one label per page as expected until all rows are output. -Original Message- From: ProfoxTech On Behalf Of Frank Cazabon Sent: Thursday, June 1,

Re: Fun with label printers

2023-06-01 Thread Frank Cazabon
Yes, you are correct, they should work like that, it's just the apps I've worked on have all been one at a time. Don't waste time trying my suggestion. Maybe, if you de-normalise your data to have one row with the data for the 2 labels? That is, instead of row 1: label1 row 2: label2 row 3

RE: Fun with label printers

2023-06-01 Thread Richard Kaye
Lol. Happy to provide a distraction... -Original Message- From: ProfoxTech On Behalf Of Frank Cazabon Sent: Thursday, June 1, 2023 2:29 PM To: profoxt...@leafe.com Subject: Re: Fun with label printers Yes, you are correct, they should work like that, it's just the apps I've worked on ha