We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

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 відповіді
  • 1 має цю проблему
  • 6 переглядів
  • Остання відповідь від 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!

Усі відповіді (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.