Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Re: Filemaker waiting for AS
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Filemaker waiting for AS



Hello

Maybe this short piece of code may be helpfull:

tell application "FileMaker Pro"
	activate
	set nw to get count of windows

	open file "Macintosh HD:Users:yvankoenig:Desktop:base Expo.fp7"

	repeat
		if (get count of windows) > nw then exit repeat (*
exit the loop when the doc's window is open *)
	end repeat

	display dialog "The window is open"

end tell

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:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden
References: 
 >Re: Filemaker waiting for AS (From: "Mirko Gude" <email@hidden>)
 >Re: Filemaker waiting for AS (From: Peter Baxter <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.