dshore Posted August 25, 2005 Posted August 25, 2005 Does anyone know of a method to export a 140 record FileMaker Pro v.7 list into the Mac's Address Book Version 4.0.2 (475) - vCard file?
Søren Dyhr Posted August 25, 2005 Posted August 25, 2005 Yes buy this thread plugin or brew your own. But you have to observe that the Addressbook uses an dynamic field structure ...but you could utilize embedded applescripts to accomplish it: tell application "Address Book" set foo to make new person at the end of the people with properties {first name:"Søren", last name:"Dyhr", company:true, organization:"Lydtekniker Søren Dyhr"} make new email at end of foo's emails with properties {label:"work", value:"[email protected]"} make new address at end of foo's addresses with properties {label:"work", street:"Axelhøj 23c", zip:"2610", city:"Rødovre", country:"Danmark"} make new phone at end of foo's phones with properties {label:"work", value:"40423223"} save addressbook end tell Now this only put my data in you 'book, but this is the form - then you have to think of ways to loop thru all the filemaker records. But easier solutions exists: http://econtact.slade.de/ --sd
Recommended Posts
This topic is 7029 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now