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.

Titling a pop up list

Featured Replies

  • Newbies

I'm working with a database that has pop up lists in it. One of the pop up lists, when not being used (waiting for an entry) shows a title, i.e. Select Sport and then when u click on it all the different sports show up, but 'select sport' does not. How does one title the pop up list so it's not blank without actually putting a text box over it cuz i don't believe that's how it's done in this case. The actual field that is being used is a global field pulling in a value list from a related file. I hope I explained this clearly. Thanx in advance.

Have you tried using the Set Field command?

You can set the field value to "Select Sport" and when they click on the field the words Select Sport in the field - the list will display below.

HTH

  • Author
  • Newbies

I had thought abt doing that but I believe there may be another way to actually set the bar of the pop up list permanently to what I want it to say. I looked thru the database where it is working that way already and I can't find anywhere where that field is being set by a set field command. I do appreciate your quick reply and input tho.

One option: set the field options to auto-enter "---Select a Sport---"

  • Author
  • Newbies

[color:"purple"] Thanx for your help. It appears what was already in the database wasn't as cool as i had originally thought. At some point the global field was set to "select sport" but after a selection was made in the database with that value list it was changed for good. I will use a 'set field' at the beginning of the script now to make it say what i want so it is easier for the user to understand what to do. Thanx again everyone who helped!!

Just be aware that some users will leave some records with the default value "selectsport" so make sure scripts and reports can handle the value.

If you use auto-enter "select sport" - you select "sport" and field now shows "baseball", "football", "whatever". Suppose you want to clear that field - should "select sport" reappear? Maybe I didn't do correctly because now all that shows is a blank field.

Perhaps you could fudge this a bit by defining another field:

Select_Sport_Message (unstored, text) = Case (IsEmpty (Sport), "---Select a Sport---", "")

Then place Select_Sport_Message immediately below the Sport field on the layout. Make sure that Sport has a transparent background and that entry into Select_Sport_Message cannot be entered by clicking or tabbing.

The drawback to this option is that ---Select a Sport--- disappears when the drop-down list appears, but otherwise it works.

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.