Jump to content
Server Maintenance This Week. ×

Finding doesn't clear old finds?


This topic is 6548 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I need to do a Find function on my db. I've just switched to v8 from v6 : and when I script my find, it does not find "only" the criteria I just entered, it "keeps" the previously found records as well. What am I missing?

[color:blue]set [color:green]BookCode to "00113"

tell application "FileMaker Pro"

tell database "BookRunPrinter_"

do script "show_all"

delete every request

create request with data [color:green]BookCode

find

end tell

end tell

Link to comment
Share on other sites

The Apple Events object model has changed from FileMaker 6 to 7 or 8. Here's an article at the filemaker.com web site that will assist you:

http://filemaker.custhelp.com/cgi-bin/filemaker.cfg/php/enduser/std_adp.php?p_faqid=641&p_created=1115172456&p_sid=DXjLDe8i&p_lva=&p_sp=cF9zcmNoPTEmcF9zb3J0X2J5PSZwX2dyaWRzb3J0PSZwX3Jvd19jbnQ9MjcmcF9wcm9kcz0wJnBfY2F0cz0mcF9wdj0mcF9jdj0mcF9zZWFyY2hfdHlwZT1hbnN3ZXJzLnNlYXJjaF9ubCZwX3BhZ2U9MSZwX3NlYXJjaF90ZXh0PWFwcGxlIGV2ZW50cyA3&p_li=&p_topview=1

Link to comment
Share on other sites

This topic is 6548 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.