• 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
Getting Data out of Filemaker Pro
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Getting Data out of Filemaker Pro


  • Subject: Getting Data out of Filemaker Pro
  • From: Bernardo Hoehl / Gessos Rutenium <email@hidden>
  • Date: Sat, 2 Oct 2004 18:07:13 -0300

Hi List,

This is my problem:

I need to send emails to my trucking companies, asking them to send me a truck, and collect the goods I have waiting for my customers.

I have two data bases: MyCustomers.fp5 and TruckingCompanies.fp5

I created a layout with the only needed information to send the emails out, and use this code:

tell application "FileMaker Pro"
open file "Sistema Vendas:SistemaRutenium:TruckingCompanies.fp5"
go to layout "MySpecialLayout"
go to record ID "12"
copy
copy (the clipboard) to
MyData
-- then send the data forward to my emailing code.
end tell


This forces Filemaker Pro to activate.

My questions:

1) Do I really have to open my database in order to get the data I need out?

2) Is there a way of reading the database without openning Filemaker Pro App?

Thanks,


Bernardo Höhl
Rio de Janeiro - Brazil
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Getting Data out of Filemaker Pro
      • From: David Durkee <email@hidden>
  • Prev by Date: Re: Volume status
  • Next by Date: Re: Gibberish lesson
  • Previous by thread: Re: Gibberish lesson
  • Next by thread: Re: Getting Data out of Filemaker Pro
  • Index(es):
    • Date
    • Thread