Re: Set value of FileMaker container?
Re: Set value of FileMaker container?
- Subject: Re: Set value of FileMaker container?
- From: Peter Bancroft <email@hidden>
- Date: Tue, 19 Mar 2002 17:40:24 +1100
>
I'm trying to write an AppleScript that snags the current value of a field
>
in my FileMaker database, sends the value to another application to be
>
turned into an EPS barcode image, then places that barcode image in a
>
container field. This is what I have so far:
....<SNIP>
>
tell application "FileMaker Pro"
>
stuck here ->> set data cell "barcode" of current record to file (barcode)
>
end tell
-- try:
tell application "FileMaker Pro"
activate
set data cell "barcode" of current record to document (barcode)
-- ^^^^^^^^
end tell
Peter Bancroft
_______________________________________________
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.