Hello Everyone,
I have the next question. In BC cloud version I tried to download for every record a single pdf but the system only download the last record founded, I was debbuging and the solution past trhoug every record but only the last one is downloaded. there is an image of the code.
First I get the individuals records (this code is inside a loop).
Then in the function I call the report to be printed (one for each document)
Ther is no error but at the end of the routine only downloads the last record.
Why only download the latest document?