Mike, The following code works for me:
PLUGINS loadfilenameplus.rbl vfile_name + |fullpath ON + |filter JPEG files (*.jpg)#*.jpg#TIFF files (*.tif)#*.tif + |title SELECT FILENAME + |view_mode thumbnails It will display JPEG and TIFF files. Note that I am using the LoadFileNamePlus Plugin. Also note that when use Extreme you will need to add: NO_CHANGE_DIR ON Otherwise, next time you call the plugin, it will open on the last directory used by the plugin, rather than the original directory. Javier, Javier Valencia, PE 913-829-0888 Office 913-915-3137 Cell 913-649-2904 Fax [email protected] -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Mike Byerley Sent: Thursday, July 08, 2010 12:26 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Filter Separator Character What is the separator character, if any, for the LoadFileName*.rbl plugins? I don't see in the help file anything about allowing multiple filters. PLUGINS LoadFileName vFileName+ |INITIAL_DIR C:\RBTI\ + |SHOW_BUTTONS ON+ |CREATE_FOLDER_ICON OFF+ |DELETE_FOLDER_ICON OFF+ |WIDTH 500+ |HEIGHT 400+ |FILTER PDF Files (*.pdf)#*.pdf+ |HIDE_READ_ONLY ON+ |INCLUDE_NON_FOLDERS OFF+ |SHOW_HIDDEN OFF On the FILTER line I would expect to do: |FILTER PDF Files (*.pdf)#*.pdf ^All Files (*.*)#*.* + where the ^ would be some separator character.

