Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

FM 16.

I would like to have new field entries automatically be added to the value list for the same field. I tried searching but wasn't able to find any references to this. Apologies if it has been previously addressed and appreciate any advice. Thanks.

Hi scchang,

Which Value List are you using,

Custom Values?

Use a Value List from another file?

Values from a field?

Are you allowing entry to it?

Is it limited to who can make change?

HTH,

Lee

  • Author
3 minutes ago, Lee Smith said:

Hi scchang,

Which Value List are you using,

Custom Values?

Use a Value List from another file?

Values from a field?

Are you allowing entry to it?

Is it limited to who can make change?

HTH,

Lee

Good questions and sorry for not providing more detail. It is a custom value list from the same file specifically for the field in question. Anyone can make an entry or change.

Thanks for your interest,

Steve

For my dull brain this time of day. :o 

Custom Value list has "Allow entry of 'Other" values,  which will allow anyone with privileges to add to the existing Value List.

If this isn't what you are asking, let me know.

Lee

  • Author
On 11/2/2017 at 9:11 PM, Lee Smith said:

For my dull brain this time of day. :o 

Custom Value list has "Allow entry of 'Other" values,  which will allow anyone with privileges to add to the existing Value List.

If this isn't what you are asking, let me know.

Lee

Thanks Lee.

I changed the field to a pop up menu from drop down list to enable "Allow entry of other values". When I choose "Other" from the list, a dialog box appears and I can enter a new value which appears in the field. However, in subsequent records, the newly entered value does not appear. Is there something I can do so that the newly entered value is retained in the value list?

It's been a long time since I used that options. I like to control the values.

The FileMaker helps say

To allow a user to add or change values in the value list across records, select Allow editing of value list. An "Edit" option appears in the value list. This option is not available if:

•the control style is a checkbox set or a radio button set you selected Checkbox Set or Radio Button Set

•the value list you chose in step 4 uses values from a field

Is this solution a multi-user solution? Do you want all users to see the new value?

  • Author
1 hour ago, doughemi said:

Is this solution a multi-user solution? Do you want all users to see the new value?

I'm the only user :) 

If you have a one-record utility table, add a field named VLValues.

If you don't, create a table with one record and relate it to your current layout's table by a Cartesian relationship (the X operator).

Add the VLValues field and populate it with your original values.

Create a value list using the utility::VLValues field.

Create a script AddValues

If [IsEmpty (FilterValues ( yourTable::YourField; utility::VLValues  ))]
	Set Field [utility::VLValues[]; utility::VLValues & ¶ & yourTable::YourField]
End If

 

Add an onObjectExit script trigger to your dropdown field and point it at AddValues

 

  • Author
18 minutes ago, doughemi said:

If you have a one-record utility table, add a field named VLValues.

If you don't, create a table with one record and relate it to your current layout's table by a Cartesian relationship (the X operator).

Add the VLValues field and populate it with your original values.

Create a value list using the utility::VLValues field.

Create a script AddValues


If [IsEmpty (FilterValues ( yourTable::YourField; utility::VLValues  ))]
	Set Field [utility::VLValues[]; utility::VLValues & ¶ & yourTable::YourField]
End If

 

Add an onObjectExit script trigger to your dropdown field and point it at AddValues

 

I will certainly give this a try and report back. Thank you for your much appreciated help!

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.