Saveit.zip by Tim Takacs  71242,707


SAVASNEW.smm is a dialog box for saving files.
Based on John McDaniel's OPENBOX.smm, it lists the files in
the current directory, unlike the "normal" AP Save As d-box,
which requires you to guess what files are in the current
directory.

This zip file contains this readme.txt and five AP macros:

	exitami.smm
	savasnew.smm
	savemenu.smm
	savclose.smm
	savexit.smm

Copy these macros into your default macro directory.

Install the last 3 macros to run when you open Ami Pro.

SAVEMENU.smm changes your File menu Save and Save As menuitems
to call SAVASNEW.smm instead of the normal AP Save As d-box.
It also sets the Ctrl-S accelerator key to call SAVASNEW.smm
if the changed document is untitled.

SAVCLOSE.smm changes your File menu, Close menuitem to call
SAVASNEW.smm if you close an untitled file that has changed.

SAVEXIT.smm changes your File menu, Exit menuitem to close
all open documents by calling SAVCLOSE.smm before exiting Ami Pro
by calling EXITAMI.smm.

(To install these macros to run when you open Ami Pro, select
Special Features from your Tools menu, or run the macro
specialf.smm to add it to your Tools menu.  Or you can add these
3 macros to the amiauto.cfg file in your Windows directory using
the Notepad text editor.  The contents of my amiauto.cfg are:

specialf.smm
winfax.smm
savemenu.smm
savclose.smm
savexit.smm)

The macro EXITAMI.smm was dl'd from a library here in CIS.

Note:  You do not need savclose.smm, savemenu.smm, savexit.smm
       or exitami.smm to use SAVASNEW.smm.

To uninstall these macros, simply remove them from your
amiauto.cfg startup group.

Error messages:  If you receive an error message that "Ami Pro
Macro is not listed in the Filters section of AMIPRO.INI", add
the following line to the Filters section in Amipro.ini:
     Ami Pro Macro=,c:\amipro\macros,c:\amipro\macros
where c:\amipro\macros is your default macro directory.


Revision history:

June 12, 1994:  Added List Files by Type, Password protect,
                and Ami Pro 1.2 format to SAVASNEW.smm.

June 21, 1994:  Fixed error in saving file to current directory.

June 29, 1994:  Fixed error in saving a macro file to the default
                macro directory.
                Removed Symphony Document from File Type combo
                box.  (Note:  Ami Pro imports but does not export
                Symphony documents.  The Symphony Document
                line in the [Filters] section of the AMIPRO.INI file
                can be edited to remove Symphony Document from the 
                File / Save As Files of Type list.  The Symphony
                line currently reads:

                Symphony Document=C:\AMIPRO\sym.flt,T,.w*

                It needs to be edited to read:

                Symphony Document=C:\AMIPRO\sym.flt,X,.w*)

