Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How Multiple Barcode print for multiple material number in single page dynamically in smatforms

Former Member
0 Kudos

Dear,

I have one requirement that described below.

My selection screen has material number range. User can enter multiple material number.

And I am getting material descriptions and barcode number from respective tables.

My requirement is user will click once on print options and in print user will get respective barcode and material descriptions with rate.

In one page I have to display 20 barcodes with rate and descriptions to user.

I have attached the demo print page please check.

barcode-page.png

Thanks,,

Ajit

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos

There are lots of questions and answers for this kind of question. Smart Forms do not really allow dynamic positioning (except Main Windows for flowed text, but only one column is allowed), so there's only left the static solution by using Templates (5 rows * 4 columns), with 20 different Dynamic Texts that you fill each programmatically using the same procedure (possibly empty if the number of cells to be filled is not a multiple of 20).