• 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
Scrolling through records in filemaker
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Scrolling through records in filemaker


  • Subject: Scrolling through records in filemaker
  • From: Marine Themes <email@hidden>
  • Date: Mon, 27 Oct 2003 20:18:42 +1100
  • Organization: Marine Themes Pty Ltd

I want to create a button in Filemaker to scroll through records. The
Filemaker method is to click their built in icon in the status area to
move through records but it only moves one record per click. I want a
button that will scroll as long as the button is down.

In Applescript I have this that works fine for a group of records:

tell application "FileMaker Pro"
activate
set myRecords to count record of first document
set myAmmended to myRecords - 1
go to record 1
repeat with x from 1 to myAmmended
delay 0.6
go to record after current record
end repeat
end tell

However when the code is placed in the Filemaker Scriptmaker it will not
show the records scrolling through. Probably a window refresh problem. It
also fails to address the problem of stopping the action when the mouse
is raised.

Any suggestions?

Kelvin.
_______________________________________________
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.

  • Prev by Date: Re: SOAP calls on Panther?
  • Next by Date: OS 9 or Classic, that's the question :-)
  • Previous by thread: Vacation Mail script
  • Next by thread: OS 9 or Classic, that's the question :-)
  • Index(es):
    • Date
    • Thread