Marc,
Just out of curiosity, where did you place the LoadFileNamePlus.RBL
plugin that I sent to you? Which folder?
Very Best R:egards,
Razzak.
At 02:58 PM 11/1/2005, Marc Schluter wrote:
It seems that it is finding the first folder where
the first 3 letters match. (I am in cms75 dir)
Or I am going nuts. I very real possibility!
Marc,
Without knowing all details of your operating system,
your database character settings, etc., to move on,
in your specific situation, try the following code:
-- start
CLEAR VAR vCurrentDir,vFileName
SET VAR vCurrentDir TEXT = (CVAL('CURRDIR'))
SET VAR vFileName TEXT = NULL
CLS
PLUGINS LoadFileNamePlus.RBL 'vFileName +
|FULLPATH OFF +
|TITLE Select File +
|VIEW_MODE DETAILS +
|FILTER All Files (*.*)#*.* +
|INITIAL_DIR .vCurrentDir +
|MULTISELECT OFF +
|SHOW_HIDDEN OFF +
|NO_LONG_NAMES OFF +
|OLD_STYLE OFF +
|NO_NETWORK_BUTTON OFF +
|HIDE_READ_ONLY ON'
CLEAR VAR vCurrentDir,vFileName
RETURN
-- end
That way, you'll always start in the current directory.
Enjoy!
Very Best R:egards,
Razzak.