Thanks Razzak,
Sounds exactly like what I need, but it didn't change anything. Either
I'm doing something wrong or I wonder if I have the correct version.
Below are the details...
SYNTAX
PLUGINS loadfilenameplus.rbl 'vfPyrOvr_file +
|FULLPATH ON +
|TITLE File name for spreadsheet +
|VIEW_MODE DETAILS +
|FILTER Excel (*.xls)#*.xls#All Files (*.*)#*.* +
|INITIAL_DIR h:\ +
|OK_BUTTON_CAPTION Save'
VERSION
LOADFI~2 RBL 379392 9-10-07 7:56p LoadFileNamePlus.rbl
Thanks,
Duey
-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of A.
Razzak Memon
Sent: Thursday, May 01, 2008 3:36 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: loadfilenameplus.rbl question
At 03:46 PM 5/1/2008, Heffelfinger, Duane wrote:
>Using the loadfilenameplus.rbl I'd like to change the "Open" button
>to say "Save" as I'm asking the user to give a file name to save
>data into, not open a file. Is that possible?
Duey,
Using LoadFileNamePlusPlus.RBL Plugin, you may:
Use the OK_BUTTON_CAPTION <value> to change "OK" button caption and
CANCEL_BUTTON_CAPTION <value> to change "CANCEL" button caption to
achieve your goal.
Syntax:
PLUGINS LoadFileNamePlusPlus.RBL varname|<options>
Options:
FULLPATH (ON/OFF)
TITLE <value>
VIEW_MODE <value>
THUMBNAILS
TILES
ICONS (Default)
LIST
DETAILS
FILTER <value>
INITIAL_DIR <value>
MULTISELECT (ON/OFF)
SHOW_HIDDEN (ON/OFF)
NO_LONG_NAMES (ON/OFF)
NO_NETWORK_BUTTON (ON/OFF)
HIDE_READ_ONLY (ON/OFF)
NO_DEREFERENCE_LINKS (ON/OFF)
DONT_ADD_TO_RECENT (ON/OFF)
ENABLE_SIZING (ON/OFF)
OLD_STYLE (ON/OFF)
NO_VALIDATE (ON/OFF)
OK_BUTTON_CAPTION <value>
CANCEL_BUTTON_CAPTION <value>
Note:
Each parameter must be separated by the pipe "|" symbol.
A value of '[Esc]' will be returned if clicked on [Cancel]
button or Close Window [x] option of file-selection dialog.
That's all there is to it!
Very Best R:egards,
Razzak.