Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

  • Newbies
Posted

Hello again,

I am trying to make it so that I can click on any of the field labels and have the find go to the field next to the label and not have to have a script for each field.

Any suggestions.

Thanks.

Posted

You can use one Find script that uses a script parameter to determine which field to go to:

Enter Find Mode [ ]

If [ get(scriptparameter) = "Name" ]

Go to Field [ Name ]

Else If [ get(scriptparameter) = "Date of Birth" ]

Go to Field [ Date of Birth ]

...

End If

Pause Script []

Perform Find []

...

The buttons you define will then all call the same Find script, but each will send a different script parameter that corresponds to the field name.

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