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

Creating a dropdown list tied to a layout


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

Recommended Posts

  • Newbies
Posted

I've created a layout titled Searchfields, which shows records from my master file

The fields I have placed on this layout are:

First Name

Last Name

Phone 1

Phone 2

City

State

I've created the following fields in my DB file

_search_value is a global text field (to be used in the next step after I get this dropdown to work)

_search_list is a Calculation, Indexed field FieldNames ( Get ( FileName ) ; "Searchfields" )

_search_field is a global text field

I've created a value list search_names using values from the -search_list field referenced above.

When I add the _search_field to ANY layout (the layout is based on the same table as the _search_list field), when I click on the arrow for the dropdown box..I get a ?

I am trying to emulate the action on the attached file.

Thanks.

SearchFilter.zip

Posted (edited)

I'm not sure exactly what you want but I adjusted your file by how I would create this functionality. Note a few differences ... on the global values field, I changed it to upon field exit instead of OnObjectModify. And I set it to fire the script on that field upon hitting enter to also make it easier so they won't have the dumb carriage return and instead it will fire if they expect standard functionality of hitting enter.

See if this gets you closer. :^)

Also note the script parameter attached to the triggers.

SearchFilterREV.zip

Edited by LaRetta

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