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

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

Recommended Posts

  • Newbies
Posted

Hello!

I was wondering if it was possible within FileMakerPro 6 to activate a script upon selection of an item from a pulldown list.

Thanks!

Posted

Hi,

There are lot's of threads about this on the forum, just do a search.

But the bottomline is: no, unless you use a plugin or use some sort of workaround...

Regards,

Ernst.

Posted

Hi ksulink,

It certainly is possible and the work-around is pretty easy. You can use a global (text) and change the field format to the value list in question.

The key is to not allow entry into the pop-up, then attach a looping pause/resume script similar to:

Loop

Pause/Resume Script [ "0:00:02" ]

Exit Loop If [ not IsEmpty(YourPop-UpField]

End Loop

Exit Record/Request

The not IsEmpty makes sure something has been selected before proceeding. Be sure to clear the global at the end of the script. That's the basic idea! If it will be xplat, there are a few more considerations.

If you need further explanation, let us know! Check out CobaltSky's Pop-Up Layout Menu and Pop-Up Script Menu demos. smile.gif

LaRetta

Posted

Hi Ugo! How've you been? smile.gif

Well, I got a bit lazy IsEmpty(MyHead) because I've referred to Ray's site and specifically his pop-up menu demos three times in the past day! I figure people can search forum - it's a good thing to learn how to do anyway, right? laugh.gif

LaRetta

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