Error 28 : > To Printer... > Tree structure

Things you’d like to miss in the future...
Post Reply
Zardoz2293
Posts: 577
Joined: 09 Nov 2011 20:20
Location: USA

Error 28 : > To Printer... > Tree structure

Post by Zardoz2293 »

Report > Current Folder > To Printer... > Tree structure with Include subfolders = "! report failed"

Tree structure contains almost 5,000 folders

Side note: Would be nice to have in the checkbox field "Include subfolders" the level depth.

---

Error 28

Error: 28 (0x0000001C)
Desc: Out of stack space
Dll: 0
Proc: ReportByType@250: 0

Source: XYplorer
XY ver: XYplorer 17.90.0305
OS: Windows 10, 64-bit
Locale: 1033
ANSI: 1252
ACP: 1252 (ANSI - Latin I)
DBCS: No
DPI: 96 (100%)

Date: 2017-05-30 08:43:47
Computer/Systems Background = Expert | Windows 10 Pro (64-Bit) | Dell Precision 7720

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Error 28 : > To Printer... > Tree structure

Post by admin »

Since v16.80.0001 - 2016-05-20 18:54, this report also contains files. So the question is: how many files?

PS: On the other hand "Out of stack space" is only possible when there is some endless recursion at some point. My guess would be circular junctions...

Zardoz2293
Posts: 577
Joined: 09 Nov 2011 20:20
Location: USA

Re: Error 28 : > To Printer... > Tree structure

Post by Zardoz2293 »

There are no Junctions in the tree structure/files which generates the error.

I should have said "5,000 folders and 8,500 files".

Is there a reason why there isn't a checkbox option to "exclude" files being in the report?
Computer/Systems Background = Expert | Windows 10 Pro (64-Bit) | Dell Precision 7720

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Error 28 : > To Printer... > Tree structure

Post by admin »

Zardoz2293 wrote:There are no Junctions in the tree structure/files which generates the error.

I should have said "5,000 folders and 8,500 files".

Is there a reason why there isn't a checkbox option to "exclude" files being in the report?
1. Can you narrrow it down to some subfolder?


2. Well, folder report is about the contents of a folder, and this is primarily the files. That's the whole point of folders.

However, you can achieve a Tree Structure report excluding the files using scripting. e.g. like this:

Code: Select all

text folderreport("tree:{name}; {modified yyyy-mm-dd_hh:nn:ss}", "r", , "r");
3. How exactly should the report of your dreams look? Maybe I can make it happen...

Post Reply