Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

  • Newbies
Posted

I'm building simple scripts from buttons that just change layouts - nothing more.

I keep getting a dialog box that pops up in the midst of the script that says "Not enough memory for this operation." When you hit the OK button, the next dialog asks if you want to contiue with the script. When you hit yes, the script completes.

This hasn't happened to me before....what am I doing wrong?

Thanks.

Posted (edited)

Are you perhaps recursively calling a script within itself? FileMaker will let you create a script "Go To This Layout", then, when you're in the script, you specify a step:

Perform Script [ "Go To This Layout" ]

It's not an complilation error, but it's a logical error (in this case, not always); it will call itself over and over until FM runs out of memory. Sometimes you may not see it, if you're calling another script, which then refers back to the original.

Edited by Guest
not always

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