Filter Button

I want to create a button that would do the following.
Show only files with extention .dbf .mdx and .mtd what would the command read.

Thanks

Bob :slight_smile:

Set SHOWFILTERFILENAME *.(dbf|mdx|mtd)

Thanks. I forgot to add the Network directory which is \Julie\c\dbv\dbf

Thanks for the help.

Bob

Is it a simple matter to have the result displayed in Alpha order by file name?

The simplest way to sort alphabetically is to simply click on the Name column header as shown in the screen grab below.

Thanks to you I have it all figured out and working good.

Bob