‎2020 Jun 23 12:12 PM
Hello ALL.
Greetings of the day.
Question: in selection screen if we pass FROM 1 TO 10
to get print of form from 1 to 10 with the serial no.s ,
we are getting the desired ouput and at the time of saving all from 1to10 get saved in one pdf format.
Now , if the same process we follow for adobe forms , we are also getting the same desired output.
But , at the time when we are saving , if we are at form where written serial no.1 or suppose serial no. 5
And saving the same , it only saves the current form.
REQUIREMENT : While ssaving the adobe form i need the same to get saved with 1 to 10 in one pdf format only , as it does for smartforms.
I hope , was able to explain you my requirement.
‎2020 Jun 23 1:21 PM
nikhilraheja8,
This integer Value you are talking about from 1 to 10, can you explain how you handled in smart form and how it is being handled here in ADOBE?
Regards!
‎2020 Jun 23 1:34 PM
satishkumarbalasubramanian
Sir , In smartforms simply handling through internal_table via driver program.
While in adobe , Passing the it to interface which hits to adobe .
for eg : foirst time it contains s.no 1 which hits interface the interface hits adobe.
same cycle repeats for 2 , 3 and so on .
OR, we can say its working like loop in adobe.