Hitachi

JP1 Version 11 JP1/Script Description and Reference (For Windows Systems)


4.4.15 Browse Button Properties (General Items) dialog box

The Browse Button Properties dialog box appears when you select and double-click a browse button in the menu form view of the Script Menu Editor window.

The Browse Button Properties dialog box has five tabs: General Items, Common Items, Background, Key, and Style. Click the General Items tab to display the Browse Button Properties (General Items) page.

[Figure]

Organization of this subsection

(1) Components

In the Browse Button Properties (General Items) dialog box, you can set the following items for a browse button.

Text

Type the text to be displayed on the browse button. You can specify character strings or a variable name that stores character strings.

You cannot specify an array variable for a variable name.

Variable name

Select this check box if you want to specify a variable in Text.

Display Open File dialog

Select this check box to display the Open File dialog box when the user clicks the browse button.

Display Save As dialog

Select this check box to display the Save As dialog box when the user clicks the browse button.

Display Select Folder dialog

Select this check box to display the Select Folder dialog box when the user clicks the browse button.

Link field name

Specify the field name of the control in which the file specified in the Open File dialog box or Save As dialog box or the folder selected in the Select Folder dialog box will be stored.

This item is mandatory.

File extensions

Specify a file format to act as a filter when files are listed in the Open File dialog box or Save As dialog box. Select one of the following:

Executable files <*.exe>

List executable files only.

Batch files <*.bat>

List batch files only.

Script files <*.spt>

List script files only.

All files <*.*>

List all files.

Other

List files other than the above.

Extension

Specify an extension as a filter for listing files in the Open File dialog box or Save As dialog box. This option is available only if you select Other.

Description

Write a description of the files to list in the dialog box. This option is available only if you select Other.

The File extensions area is unavailable if you select the Display Select Folder dialog check box.

(2) Operations

(3) Processing