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.

Formatting drop down list

Featured Replies

I have a drop down list that is showing me a code and the full name - the code goes in the active field and a look up puts the full name in another field.

Because the codes are different lengths (they're actually nicknames) the drop down is not nicely and neatly aligned where the second value is listed.

Is there any way of altering this by formatting the drop down list (or otherwise)?

No.

However you can change the value list to only display the second field.

You could create a calculation which truncates or adds spaces onto the 'code' to make it a fixed length. For example, to make the code 6 characters long use:

NewCode = Left ( Code & "      " ; 6)

Then use NewCode in your drop-down list instead of Code, and apply a fixed width font, like Courier.

  • Author

Excellent solution - although the font makes me feel like a failure

Oh well. Maybe life won't be so bad with Verdana or Menlo.

  • Author

theyre not fixed width are they?

Oops. I meant Monaco and Menlo. They are fixed width according to /Applications/Font Book.

  • Author

maybe theyre worse

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.