Jump to content

Help with events and objects...memory


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

Recommended Posts

I am creating a script that will select a series of records based on one field, and export selected fields to one text file (delimited) and all fields to another text file...I am just starting with it and am using the "get" method, and am getting memory errors (108), and cannot figure out why...any help???

tell application "FileMaker Pro"

every cell of current record

end tell

also...

tell application "FileMaker Pro"

cell "Description" as text

every record whose cell "DiscoveryId" = "JEFF FOOTT.00001"

end tell

Link to comment
Share on other sites

This topic is 8460 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.