Re: (no subject)
Re: (no subject)
- Subject: Re: (no subject)
- From: Allen Watson <email@hidden>
- Date: Sat, 31 Jul 2004 15:41:19 -0700
On or near 7/31/04 2:50 PM, Lens Eric at email@hidden observed:
>
Hello,
>
>
I used this code to copy some records from the database "CDR file" to the
>
database "LOG_file".
>
The first database contains also relational data from other databases.
>
>
I try to copy some records from the first database to the second Log_file
>
database.
>
When i do this with the following code, it copies all the fields of a record
>
of the first database to the first field of the second database, each data in
>
a next record but always in the first field.
>
>
Can anyone say me what the problem is?
>
>
tell application "FileMaker Pro 6"
>
go to database "CDR file"
>
go to layout "list quick view to check"
>
show (every record of database "CDR file" whose first cell = "16604069")
>
set recordsfound to record 1 of document "CDR file"
>
repeat with i in recordsfound
>
create record at layout "list quick view to check" of database
>
"Log_file" with data i
>
end repeat
>
go to database "log_file"
>
activate
>
end tell
>
>
Who has good information about this kind of programming?
>
thanks
>
There is a folder in your FMP6 folder called " FileMaker and Apple Events".
It contains many examples of scripting FMP. I suggest you start there.
The FileMaker mailing list is another resource: send mail to
email@hidden, with a one-line message:
Subscribe FMPRO-L
--
<email@hidden>
Scripts for OE and Entourage: <
http://allenwatson.thinkaccess.net/Scripts/>
Entourage questions: <
http://www.entourage.mvps.org/>
_______________________________________________
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.
References: | |
| >(no subject) (From: "Lens Eric" <email@hidden>) |