saving ask dont work
saving ask dont work
- Subject: saving ask dont work
- From: Christian Vinaa <email@hidden>
- Date: Sun, 6 Feb 2005 22:01:39 +0100
i have an appleworks wp document named fx. "001"
i open it, make text changes, and want to save it as a new document named "002"
using: "close front document saving ask"
should bring up an option for saving but it doesnt
it just saves the changes in and as the old file "001"
but this script from apple:
**
tell application "AppleWorks 6"
set myText to "what ever"
-- Create a new document and insert some previously gathered text.
make new document at beginning with properties ¬
{name:"New Report"}
-- Create a selection and replace it with the gathered text.
select text body of document "New Report"
set selection of document "New Report" to myText
close document "New Report" saving ask
end tell
**
bring up the option for saving
is there really such a big difference between
making a new file and altering an existing
document ( I mean when it comes to saving it )
in both cases your decision is which file name to use, huh ?
--
Christian Vinaa
email@hidden
...... Meanwhile, aunt Martha, having taken a tramp in the woods,
is lying in a ditch at the edge of town .........................
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden