1
0
-1

Hi All,

Have anyone try this before? I've 2 different process.

Process 1 : Form with the attach file.

Process 2 : Form

If there any way to call back the attach file field (can view & download) at process 2 subform? I've done to recall other field and it success using bean shell but for the attach file, I cant view and download the file.

Regards,

Azlan.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      I think you need to figure out the record primary key part between process 1 and process 2. How do you relate to an existing record from process 1 inside process 2?

      1. Maybe you can use a Default Form Options Binder in a select box to list down all entries created by process 1.
      2. Then, use AJAX Subform to react to the selection, show the form from process 1.
      3. I'm confident that the form data will be properly returned and the file in it, can be downloaded.

      Cheers

        CommentAdd your comment...