Re: FM Pro ?
Re: FM Pro ?
- Subject: Re: FM Pro ?
- From: dave dowling <email@hidden>
- Date: Fri, 12 Jul 2002 17:41:19 -0400
if you're getting a continue button in the status bar, FileMaker is
paused per your script. nothing you're doing in AppleScript should
be able to effect a pause in FMPro. pausing and resuming in FMPro
should be managed within your script.
to set a pop-up list, tell FMP to generate its value list from a
field in the database, and populate that field with data from your
AppleScript script, with each value separated by a carriage
return. the best implementation of this technique would be to have
your value list derive from a field in a related, single-file
database. if you get your value list from a multi-record file, be
sure to always set your value list contents field on the first
record. otherwise, you could end up with values from fields in
numerous records, which may not be what you want.
On Friday, July 12, 2002, at 02:09 PM, JoePostscript wrote:
In FM Pro 5.5?
I have a script that runs fine in applescript running
as an applet or in script editor. After placing that in
ScriptMaker and tying it to a button, when I run it
I get a (cancel or continue) script buttons at left of
status area.
How can I automate the de selection of these buttons
and why am I getting these buttons?
Also, what is the syntax to set the values of a pop-up
list with a variable list from applescript? Could not find
any examples of that anywhere?
--
Joe Postscript...
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
thanks.
dave dowling
free at last! how i found peace with God:
http://www.davedowling.com/steps.html
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
References: | |
| >FM Pro ? (From: JoePostscript <email@hidden>) |