Hi all,
Maybe I miss something.
To Create a PDF Report with Images I need to collect the information the User have selected.
When we have a result (this can be between 1 to 800 results and Images) then I start to create the report.
Put the Information of the First record on the Page and Download the Image.
Now we get the Problem.
Download with HttpUtils2 is a ASynchronous process and I have to wait until the Image is download.
Somehow I need a waitloop and when the JobDone is trigger I can put the Image in the report and go one with the next record.
Better in this case to solve this problem, I need some Synchronous Process and not a ASynchronous process.
Somebody any idea??
Maybe I miss something.
To Create a PDF Report with Images I need to collect the information the User have selected.
When we have a result (this can be between 1 to 800 results and Images) then I start to create the report.
Put the Information of the First record on the Page and Download the Image.
Now we get the Problem.
Download with HttpUtils2 is a ASynchronous process and I have to wait until the Image is download.
Somehow I need a waitloop and when the JobDone is trigger I can put the Image in the report and go one with the next record.
Better in this case to solve this problem, I need some Synchronous Process and not a ASynchronous process.
Somebody any idea??
Last edited: