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.

Change Tab Look If Data Present?

Featured Replies

I would like the tab title to become bold or change color if a test is true (such as a field on the tab's layout contains data).

Any idea how to do this? I want the tab to stand out to the user if the layout relating to the tab has values other than empty...

Thanks :

There is no way to change the color or text type of a tab dynamically. I'd try something else, like a calulation that displays a message, which can be made bold and or colored, or empty if there is no data.

Steve

If you are talking about the Tab Control feature, it is possible to change the color of the tab with a calculation field. First, create your tabs but with spaces as the names. Use the number of spaces depending on how big you want the tab or you use a full justified tab if you want it to fill the entire tabbed area. Then, overlay a calculation on each tabbed area with a formula similar to the following:

Case(not IsEmpty(MYTABLE::Field1); TextColor("TabName"; RGB(200; 0; 0)); "TabName") // Makes tab text red

I stand corrected.

Steve

I stand corrected.

Steve

I'm sure you'll show me something I didn't know sometime soon :

  • Author

Thanks alot... that is just the simple answer I was hoping for!

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.