Deselecting in destination lister

Hey all,

I have a button that operates on one file in the source, and one file in the destination (it runs an external diff program).

After clicking the button, the file in the source lister is deselected. This is what I want, but I would like the file in the destination lister to be deselected as well.

I tried Select SOURCETODEST but that gave no effect.

Any help would be appreciated.

I tried this, it works (but it will deselect all files):

Select NONE Select SOURCETODEST DESELECTNOMATCH Select DESTTOSOURCE DESELECTNOMATCH

Probably you don't need to add 'Select DESTTOSOURCE DESELECTNOMATCH'

See the [url]"Set Focus=Dest" command work, but not work!] topic too.

Thanks, that seems to do the trick.

This program has too many options :stuck_out_tongue:

As the source file is deselected by default, just

Select SOURCETODEST DESELECTNOMATCH 

is enough