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: 

smartform - list of documents

Former Member
0 Kudos

Hi expert,

i maked a smartform to print one document like below:

1 page: draft first

2 page --- > N page: draft next

last page = draft terms

In the draft next there's a table, and the n° of lines of table is variable, so also the lenght of draft next is variable.

Now, the client ask me is possible to print a list of documents, in the same time, in other word the client enter a list of document and my program have to print all documents at the same time.

Is possible to do it ?? how ?

Tks a lot,

bye

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

If you require more than 1 Document to be printed, then you'll probably have to Pass the Number of Copies to the the Control Parameters of the SmartForm. You'll have to handle it in the Print Program.

Thanks and Regards,

Venkat Phani Prasad Konduri

4 REPLIES 4

Former Member
0 Kudos

I think you have to handle that in print program. If possible please explain your question clearly.

Former Member
0 Kudos

Hello,

If you require more than 1 Document to be printed, then you'll probably have to Pass the Number of Copies to the the Control Parameters of the SmartForm. You'll have to handle it in the Print Program.

Thanks and Regards,

Venkat Phani Prasad Konduri

0 Kudos

Hi,

I explain better:

I not need to print many copy.

My document is composed by :

1° page: page type A.

from 2° page to n page: page type B.

last page: page type C.

The problem is: I want to print at the same time a list of document, so:

first document - N° 3254332543:

1° page: page type A.

from 2° page to n page: page type B.

last page: page type C.

second document - N° 21114452

1° page: page type A.

from 2° page to n page: page type B.

last page: page type C.

third document N ° 57656777:

1° page: page type A.

from 2° page to n page: page type B.

last page: page type C.

etc etct

any idea ???

tks

0 Kudos

Hi Roberto,

For this requirement you have to hanvdle in Print program.

For what documents numbers you want print out, put all the documents in intenal table.

After put a loop to that internal table .

In loop you have to call the Smartform.

And pass the document number to that smartform.

Multiple smartforms with different document numbers will be printed.