Cumulus find record question
Cumulus find record question
- Subject: Cumulus find record question
- From: Michelle Bloom <email@hidden>
- Date: Mon, 26 Mar 2001 20:21:07 -0500
I am a beginning scripter, so please bear with me. I am trying to write
a script to do a search in Cumulus with a variable pulled from
FileMaker. I know that the following script works for the file HRK1999,
however, I would like to have a variable in its place
tell application "Cumulus 5 Client"
launch application "Cumulus 5 Client"
activate
open remote catalog theCatalogReference on server
tell front collection
find every record of front collection matching "Record Name contains
HRK1999" --this does return a search
end tell
end tell
Is this even possible? Any help is greatly appreciated.
Thanks!
Michelle