Re: FileMaker AppleScript question...
Re: FileMaker AppleScript question...
- Subject: Re: FileMaker AppleScript question...
- From: "Gary (Lists)" <email@hidden>
- Date: Tue, 04 Sep 2007 21:00:25 -0400
David Crowe:
>> Is there a reliable way to force FileMaker into Browse mode apart
>> from running a FileMaker script.
Bruce Robertson:
> First of all, go to current record will do it:
>
> tell application "FileMaker Pro"
> tell window "Cross_tabtest"
> go to current record
Clever.
And that makes complete sense. Browse is the only mode that has anything to
do with records. The other modes are singular and presentational and have
no need for the concept 'record'.
Good call, Bruce, and much less expensive cycle-wise than a 'do script' call
(I suppose that's a general truism of 'do script' in almost any context.)
--
Gary
_______________________________________________
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