Please enable JavaScript to view this site.

A-Shell Reference

Navigation: Setup > System Parameters > SBR

XTREE

Scroll Prev Top Next More

Revised and reviewed July 2020

The following SBR= options add the corresponding features to the XTREE right-click context menu, as a global shortcut to adding them explicitly using XTREE's PopupMenu, which see for more discussion.

Switch

Description

XTREE_EXPCSV

Exports tree contents to comma separated file.

XTREE_EXPTSV

Exports tree contents to tab separated file.

XTREE_EXPOPEN

Launches player for exported file type.

XTREE_PRINT

Prints the tree.

XTREE_SRCH

Display windows "Find" dialog.

XTREE_EXPCSV2XL

Exports tree contents to XLS format using CSV2XL.SBX. Auto­matically enables XTREE_EXPCSV2XLSX as well.

XTREE_EXPCSV2XLSX

Like XTREE_EXPCSV2XL except outputs to XLSX format, and also includes selected formatting attributes such as cell colors.

 

For example:

SBR=XTREE_EXPCSV2XL,XTREE_EXPOPEN,XTREE_SRCH

Note that some of these context menu functions, particular the search option, may conflict with editable cell validation, since interaction with function the may trigger the cell validation, causing the tree to exit before it can process the function. To avoid the confusion this may cause users, in some cases the option should be left off the context menu, unless it is added explicitly via the PopupMenu option; explicit PopupMenu options will override the corresponding XTREE_xxx global directives.

See Also

XTAUTOFIILTER in System Parameters

History

2020 June, A-Shell 6.5.1682:  Add XTREE_EXPCSV2XLSX

2018 January, A-Shell 6.5.1626:  Add XTREE_EXPCSV2XL

2012 December, A-Shell 6.1.1326:  Function added to A-Shell