filemaker pro 7 record ID issues
filemaker pro 7 record ID issues
- Subject: filemaker pro 7 record ID issues
- From: Phillip Smith <email@hidden>
- Date: Thu, 20 Jan 2005 11:31:10 +1300
I am transitioning a database from fmp 6 to 7 and i have an on going issue with record ID's according to applescript not matching those given by the get record ID function of FMP 7.
could some one else test this for me.
create a database with one field displaying the calculation result of get record ID
use apple script to create 1000 records as below
tell application "FileMaker Pro 7" -- renamed fmp 7 as running fmp6 on the same machine
repeat 1000 times
tell database 1
create new record
end tell
end repeat
end tell
use apple script to below to check id returned via applescript
tell application "FileMaker Pro 7"
tell window 1
get ID of last record
end tell
end tell
on my machine i get something like
3.4642E+4
where as the calulated field gives a different number more like the count of records
cheers
Phillip Smith
Applied Evolution
www.applied-evolution.co.nz
email@hidden
_______________________________________________
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