Download Multiple File Failed (Using Stream)

julkifli33
Member Posts: 1,092
Hi All,
i want to generate file using stream
but if i use repeat , in order to generate multiple files, it will generate the last one only
any advise?
here is my code
i want to generate file using stream
but if i use repeat , in order to generate multiple files, it will generate the last one only
any advise?
here is my code
procedure GenerateFile() var GJL : Record "Gen. Journal Line"; begin GJL.Reset; if GJL.findset then repeat DownloadFile(GJL."Document No."); until GJL.next = 0; end; procedure DownloadFile(DocNo:Code[20) var FileExportedName: Text; InStream: InStream; OutStream: OutStream; TempBlob: Codeunit "Temp Blob"; begin FileExportedName := DocNo; TempBlob.CreateInStream(InStream); DownloadFromStream(InStream, '', '', '', FileExportedName); end;
0
Best Answer
-
Yo can also launch a window simple to accept something after each file, so the user needs to press, and you'll get each file.0
Answers
-
Hello @julkifli33 ,
Is a limitation of the web client, if ypou need to download more than a file you have to create a zip with them and download it.
Take a look a this:
https://github.com/microsoft/AL/issues/3575
Regards1 -
0
-
FileMgt.AddStreamToZipStream does not exist anymore.
How can we manage ZIP files from Cloud?0 -
0
-
Yo can also launch a window simple to accept something after each file, so the user needs to press, and you'll get each file.0
-
0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions