Re: FileMaker oddity ?
Re: FileMaker oddity ?
- Subject: Re: FileMaker oddity ?
- From: Bruce Robertson <email@hidden>
- Date: Sat, 13 Jun 2009 00:35:03 -0700
- Thread-topic: FileMaker oddity ?
Title: Re: FileMaker oddity ?
The script works as written and pastes styled text into the field correctly.
Intel iMac; 10.5.7; FileMaker 10 Advanced.
Hello
I wrote a script passing styled datas from AppleWorks to FileMaker Pro.
--[SCRIPT]
tell application "AppleWorks 6"
activate
tell document 1
select menu item 7 of menu 3 (* Select All *)
select menu item 4 of menu 3 (* Copy *)
end tell
end tell
tell application "FileMaker Pro"
activate
go to field 1 of last record of document 1
do menu menu item 7 of menu 3 (* Paste *)
end tell -- FileMaker
--[/SCRIPT]
It behaves well on my G5 under 10.4.11
but, on macIntel machines, the fonts aren't passed.
I found a workaround:
I first paste in a TextEdit document
copy from this TextEdit document
then paste in FileMaker.
For the same chunk of text,
Azertyu
_______________________________________________
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