Re: Variable
Re: Variable
- Subject: Re: Variable
- From: Jean-Marie Hoornaert <email@hidden>
- Date: Tue, 03 Apr 2001 11:42:10 +0200
le 3/04/01 1:08, Fermin Parente a icrit :
>
Hi,
>
>
How can I do to turn the content of a field copied in FileMaker into a
>
variable of an AppleScript?
>
In FileMaker, create a (global text) field "field for property".
Put any thing is this field.
AppleScript :
[on script]
property fromFmpro : ""
display dialog fromFmpro -- for testing
tell application "FileMaker Pro" to set ,
fromFmpro to cell "field for property" of current record
display dialog fromFmpro -- for testing
[end script]
--
Jean-Marie -HOO;-)
____________________
Jean-Marie Hoornaert
email@hidden
http://www.h2o.be
AppleScripting FileMaker
French web site
References: | |
| >Variable (From: Fermin Parente <email@hidden>) |