on 2021 Feb 17 10:11 AM
Hi,
I am using Crystal Reports to generate labels.
The database holds the record details. So Label Content = Name, Size and so on, QtyReq = 3
I am using ReplicateString(x,y) to create output.
I assign product details to a Formula Field (LabelString), then using another Formula(LabelBody) to perform ReplicateString function to create the correct amount of labels.
NumberVar y:={vFM_WORKS_ORDER_COMPONENTS.QuantityRequired};
StringVar x:={@LabelString};
ReplicateString(x,y);
The issue I am experiencing is that the label printer has a fixed label/page size and it sees each Crystal page output as one label.
The solution I believe would work is to specify a Page Break after each loop of the ReplicateString function.
Now my issue is how do I achieve this? Is it even possible?
Request clarification before answering.
| User | Count |
|---|---|
| 12 | |
| 10 | |
| 8 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.