I am currently using LL22 to print a particular kind of label (we call them ‘foils’) on a pre-printed form. Due to the complex nature of the foils (they typically include multiple tables) I am using the List project type.
Up till now all of the foils have been one-per-page, but I now have a requirement to print four foils-per-page.
Is this possible? How can I tell List & Label to start the next foil below the last one on the same page?
You might be able to use multiple report containers.
Follow this steps:
You place the same table in the report container.
For the individual table set the following properties:
-Table 1
Table> DataLines> SuppressDataLines-> CurrentDataLineIndex ()! = 1
Or you use the Label projecttype and change your page and layout format.
For this check our DemoApplication > Label Project > “Item label with picture.lab”
Change the project like followed:
-Go to menu>Project>Filter => LL.CountPrintedData < 4
-Go to menu>Project>Layout Regions> Standard-Layout =>Vertical Distance = 4 in
(Note: the Paper Size in Printer Settings must be “A4”
-Check the preview
I have attached 2 images whichs shows the propertie and preview.