• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: FileMaker oddity ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: FileMaker oddity ?
      • From: Yvan KOENIG <email@hidden>
References: 
 >FileMaker oddity ? (From: Yvan KOENIG <email@hidden>)

  • Prev by Date: Re: How to manage image-list
  • Next by Date: Re: FileMaker oddity ?
  • Previous by thread: FileMaker oddity ?
  • Next by thread: Re: FileMaker oddity ?
  • Index(es):
    • Date
    • Thread