Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

My script to preform a find with criteria from a drop down list only works with first value in list -- is it possible to specify for other values?

  • 2 trả lời
  • 1 gặp vấn đề này
  • 6 lượt xem
  • Trả lời mới nhất được viết bởi LuciaTH

more options

I am writing scripts that will preform a find for specified values in a dropdown list and then take you to different layouts based on the find. The first script I wrote, in which the specified criteria is the top value in my dropdown list, works fine. But the second script, in which the criteria is the second choice from the list, only goes to the layout -- it seems to find all records that have ANYTHING entered in that field. The values are words "Artifact", "Exhibit", etc. is it possible to make this work? I'm using FileMaker Pro 11.

When I do a find and type in the word it works, but this script with different criteria in the same field is not working. Thanks in advance!

I am writing scripts that will preform a find for specified values in a dropdown list and then take you to different layouts based on the find. The first script I wrote, in which the specified criteria is the top value in my dropdown list, works fine. But the second script, in which the criteria is the second choice from the list, only goes to the layout -- it seems to find all records that have ANYTHING entered in that field. The values are words "Artifact", "Exhibit", etc. is it possible to make this work? I'm using FileMaker Pro 11. When I do a find and type in the word it works, but this script with different criteria in the same field is not working. Thanks in advance!

Tất cả các câu trả lời (2)

more options

A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.

more options

Sorry if I was unclear. This is not web development. My question is about Filemaker Pro -- When I joined this forum it was through the Filemaker help link. And I'm not interested in sharing the database thru the web. Just trying to write a Find script with specified criteria. Thanks.