Other toolbar set?

Am i able to use another Drives toolbar ONLY with a new layout? want a small version of it.
this button changes "File Display border" toolbar in ALL my listers.

Go  LAYOUT=Small CURRENT VIEW=Power
[
Set FONTSCALE=75,both
 Toolbar Drives_Small STATE=fdb
]

I don't think you can in the file display border. You can open normal toolbars in other parts of the window without affecting other windows (use the Toolbar command's LOCAL argument) but the file display border is special.

maybe temporarily hide file display border only for certain layout to make use of toolbar local???
or hide some buttons? if ... else...

As a workaround, modify the following code using your toolbar names to move different toolbars in and out of the File Display Border:

<?xml version="1.0"?>
<button backcol="none" display="both" label_pos="right" textcol="none">
	<label>Drives Toggle</label>
	<tip>Drives Toggle</tip>
	<icon1>#drivebuttons</icon1>
	<function type="normal">
		<instruction>@if:Set FDBTOOLBAR=&quot;File Display JEG&quot;</instruction>
		<instruction>Set FDBTOOLBAR=&quot;File Display JEG,Drives JEG&quot;</instruction>
		<instruction>@if:else</instruction>
		<instruction>Set FDBTOOLBAR=&quot;File Display JEG&quot;</instruction>
	</function>
</button>

Yes, for now may be it's the best idea.