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

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

Recommended Posts

Posted

Wading in deeper, as the saying goes........ any help will be appreciated!

I have checked all the documentation I have + the filemaker Techinfo database and came up dry. I am doing a (-find) action from a form in a web page and want only an exact matche. Is there an additional parameter I can use to accomplish this? Is there a good reference manual I can buy to assist me in the future.

Many thanks, Ray

Version: v6.x

Platform: Mac OS X Jaguar

Posted

If I were a betting man, I'd bet that you don't want the exact match, 'cause that's the basic/default I do believe.

I'd bet that you want the "field contents match".

There are several CDML examples in the Sample Files forum. I know. I've put them there. At least one of them uses the "field contents match" among other find variables.

If you don't want the "field contents match" you might be interested in contains or some of the other find variables (also in Sample Files demos). In addition to the Sample Files Forum you can refer to the CDMLRdb for many, but not all, things.

Have fun.

Posted

You can try this in your Form:

<input type="hidden" name="-op" value="eq">

Enter Search: <input type="text" name="myfield" value="">

A couple of other methods also exist. You will see them in Unable's sample files smile.gif

All the best.

Garry

Posted

Good Morning Unable and Garry, many thanks for the information. I will now begin to dig into the Sample Files forum and the CDMLdb for the answers. What a "Treasure Trove" of information this forum provides!!

RoadRunner........... Ray

==================

Posted

Update! I tried downloading Unable's files, but had a problem opening them. I also tried Garry's -op "eq" suggestion but am still getting finds that return "johnsmith" when searching for "johns" etc.

The Filemaker 6.0 Users Guide discusses using == for exact finds. this is what I want. How do I get this to execute through CDML??

Thanks for any assistance....... Ray

Posted

Ray, what is the problem you're having opening, format or db files, and which demo? The format files were hand written in SimpleText. The demo is 5.0v3, which should be a drag and drop into 6.x

Posted

Unable, I did a search on the Sample Files forum for your handle and came up with many finds, not sure which one I tried to open but will go back and find demo 5.03 and get back to you......... Thanks for following up........ Ray

  • 2 weeks later...
Posted

Unable, I have tried the recommended procedure of dropping your downloaded php file on the Stuffit Expander icon. This does work and creates a folder with the demo htm and fp5 files. Thanks!

FileMaker Version: 6

Platform: Mac OS X Jaguar

Posted

Ray the only way I can think of is to add the == to the value of your input tag IE <input="text" name="fieldname" value="==" size="30" all that happens is that you get the == show up in the text input bopx on the browser. you could try experimenting by trying

<input type="hidden" name="field1" value="==">

<input type="text" name="field1" value="">

see if it dumps the hidden and user text into the search function?

hope this helps

FileMaker Version: 6

Platform: Mac OS X Jaguar

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