Thanks.. Javier's syntax gives the correct display for me.

----- Original Message ----- From: "MDRD" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Thursday, July 08, 2010 2:41 PM
Subject: [RBASE-L] - RE: Filter Separator Character


Is this what you are trying to do?

PLUGINS loadfilenameplus.rbl 'vFileName    +
|FULLPATH OFF     |TITLE Check the dates on Cms and BCK +
|VIEW_MODE DETAILS     +
|FILTER Data Files (.rb*)#BCK.rb1;wed.rb1 +
|INITIAL_DIR c:\pinnsoft |show_hidden ON |no_long_names ON   +
|no_network_button ON'

Marc


--------------------------------------------------
From: "Mike Byerley" <[email protected]>
Sent: Thursday, July 08, 2010 1:28 PM
To: "RBASE-L Mailing List" <[email protected]>
Subject: [RBASE-L] - RE: Filter Separator Character

Thanks Javier,
 Where on earth did you find the syntax?
 I tried every permutation of separator except the pound sign.
 I couln't see how it could be used twice in the same element.


----- Original Message ----- From: "Javier Valencia" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Thursday, July 08, 2010 1:44 PM
Subject: [RBASE-L] - RE: Filter Separator Character


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.








Reply via email to