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

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

Recommended Posts

Posted

Hi all,

I have to carry out a global search in Filemaker6 database.

I have a table with 10 different fields but I want to create a new form with a text field where the user can input some free text that will be search in all fields of the table to return any values if they are in the database.

Can anybody help me?

Regards

Posted

I think you can do something like this:

Copy (G_Search)

Enter Find Mode

Paste (Field1)

New Record Request

Paste (Field 2)

.......

Perform Find

Posted

Thanh is essentially correct, but instead of copy/paste, you should use Set Field[], whereby you can set the fields to be searched via the global. The reason it's better to use Set Field[] is that copy/paste will populate the clipboard and, even worse, if the global is empty, it will use whatever was already in the clipboard as your search criteria.

-Stanley

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