Chapter Contents |
Previous |
Next |
DLGSAVE |
OS/2 specifics: | all |
Syntax | |
Details | |
See Also |
Syntax |
DLGSAVE <LONGFILTER="filters" | FILTER=`filters' <REPLACE>> <EXPORT> <NOPROMPT> <VERIFY> <ALTCMD='command'> |
dlgsave longfilter="*.Bob's work"the Save As dialog box displays all files in the current folder that have .Bob's work as their file extension.
Note: When you are using the DLGSAVE command in the DM statement, do
not use single quotation marks as part of a longfilter. The DM statement requires
single quotation marks around the command it submits. A single quotation mark
in the longfilter indicates to the DM statement the end of the command.
FILTER='filters' specifies one or more file filters to use as search criteria for displaying files in the Save As dialog box. The first filter in the list is used as the search criteria. You must enclose the filter list in quotation marks. Separate multiple filters with a space. For example, if you specify
dlgsave filter='*.bak *.txt'the dialog box displays all files in the current folder that have a .BAK and .TXT file extensions.
In both LONGFILTER= and FILTER= you can specify one or more filters but only the first filter is honored.
Note: The difference between LONGFILTER="filter" and
FILTER='filters'
is that with LONGFILTER="filters"
you can use spaces and quotes in the filters, where in FILTER='filters' you cannot use spaces and
quotes.
Save
item. If it does, the Save As dialog box
invokes the
Save
item instead
of the default FILE command.
The VERIFY argument is not valid when specified with the ALTCMD or EXPORT arguments.
dlgsave altcmd='prtfile'sets the file selected from the Save As dialog box as the current print file. The FILE command is the default command.
Details |
The Save As dialog
box lets you save the contents of the active window to a file. To access the
Save As dialog box from the pull-down menus, select the File menu and then select
Save As
.
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.