Re: AppleWorks fields on a layout
Re: AppleWorks fields on a layout
- Subject: Re: AppleWorks fields on a layout
- From: Yvan KOENIG <email@hidden>
- Date: Sat, 7 Oct 2006 19:30:22 +0200
Le 7 oct. 2006 à 15:03, T&B a écrit :
Hi Yvan,
For my trials, I simply activated Layout > Layout
select menu item 3 of menu 5
then selected one by one the existing layouts and grabbed the
infos from each of them.
get name of menu item i of menu 5
If you're just trying to get the name of each layout, you can just
do this:
tell application "AppleWorks 6"
tell database of front document
get name of every layout
end tell
end tell
Tom
You are right
It's for db search, db sort or db report that we must use the passed
code .
Yvan KOENIG _______________________________________________
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