I see five problems:

1. I don't think you need the quote characters.

2. You're missing a line continuation on the last line but one.

3. The syntax for the filter is wrong, example from razzak.com: FILTER Adobe 
PDF Files (*.pdf)#*.PDF’.  Note that the part BEFORE the # sign is the text 
description of the filter, the part after is the actual filter to pass to 
windows.

4. INITIAL_DIRECTORY should be INITIAL_DIR.

5. If there is an OK_BUTTON_CAPTION paramter to LoadFileNamePlusPlus then it's 
new since LoadFileNamePlus (which is the latest documentation I can find at 
From The Edge).

Here is the syntax I use that is not working;

PLUGINS LoadFileNamePlusPlus80.rbl 'VFileName +
|FULLPATH ON +
|TITLE Select File +
|VIEW_MODE DETAILS +
|FILTER *.TXT +
|INITIAL_DIRECTORY C:\EDLAW +
|MULTISELECT OFF +
|NO_LONG_NAMES OFF
|OK_BUTTON_CAPTION Load'

--
Larry


Reply via email to