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 6800 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

Hi,

How can I force FM to automatically select a certain field when doing a find request? I have set the tab order so that the field I want is listed as #1, but if I have been in another field prior to initiating the find request, it does not take me to field #1.

I then have to tab thru all the fields or take my hands off the keyboard and click on the correct field. Not a big deal, but i have to do it often.

thank you !

Posted

You can create a script that runs simple find:

Enter find mode

go to field [Field1]

Pause

Perform Find

Would that work for you?

Posted

You can also use the following script and reduce the number of steps:

Go to Field [MYTABLE::Field1]

Enter Find Mode [Pause]

Perform Find []

This works since FileMaker keeps the same field selected in browse mode when you switch to find mode. If no field is selected, the first field in the tab order is selected.

However, this will only work if you are going from browse to find mode using the same layout. If you have a separate find layout, use the Pause/Resume Script suggested by Martha.

  • Newbies
Posted

Thank you, I made a simple script and it is working fine.

really appreciate the quick response here !!!

Matthew

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