Statement LABEL FORM OUTPUT\LA400.LBX NEXT 3 PREVIEW works and only prints out 3-labels.
NOW, the issue is that it ONLY prints out 3-labels and on whatever current record no is being pointed to in the cursor. In other words, if I ask for 1-label and the program only creates 1-record in the...
Here is the code I'm using if you want to try and duplicate it...
CREATE CURSOR detail1 (;
RPT100 C(50),;
RPT101 C(50),;
RPT102 C(50),;
RPT103 C(50),;
RPT104 C(50),;
RPT105 C(50),;
RPT106 C(50),;
RPT107 C(50),;
RPT108 C(17),;
RPT109 C(10),;
RPT110...
That is correct... the Cursor that is driving the labels always has 1-record, 2-records, 3-records etc. Regardless of how many records the cursor has, I always get 172-consecutive labels, all duplicate. The program is very simple, it's from the order entry screen the user enters how many...
I'm having an issue where exactly 172 labels are being produced using a standard command LABEL FORM OUTPUT\LA400.LBX PREVIEW regardless if my cursor has 1-record, 2-records, 3-records etc. I have used .LBX FoxPro Label Format files for 15+ years and never had any issues before. Maybe. I'm...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.