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.

Set default color of field entries

Featured Replies

Hi,

I'm new to this group and I was wondering if there is a way in FM 7 to do this:

See we use FM for our daily schedule of jobs we have to do (prepress department). One of the columns in the schedule is for "Technician". Whenever you click on that field for a given job, a list pops up of initials of all of our technicians. Each set of initials is in black. My question is, is there a way to have a default color assigned to each pair of these initials or are we stuck using the default of black. Thanks in advance!

In the dropdown, they all have to be one color, however, once you choose something, you can make it whatever color you want depending on who they chose from the list.

  • Author

You say the drop down has to be all black, but is there a way to have a certain selection change from black to it's color once selected without having to change the color each time?

As Zero said, the popup list itself can not change, but once it is selected you can use the option of a calculated value text field (not to be confused with calculation field) to achieve the results.

Make sure that you have "Do not replace exisitng value if any..." unchecked.

Case (  Technician = "Bob"; TextColor ( Technician ; RGB ( 255 ; 0; 0 ) );

             Technician = "John"; TextColor ( Technician ; RGB ( 0 ; 255; 0 ) );

             Technician = "Will"; TextColor ( Technician ; RGB ( 0 ; 0; 255 ) );

             TextColor ( Technician ; RGB ( 0 ; 0; 0 ) )

)

  • Author

Thanks, but where do I type this code in?

When you are defining your text field, there is an option for calculated value. Once you select on it, you can enter the code.

Hi Vodka,

This is clear to me, but I'm not sure that Rydog knows what you mean.

When you are defining your text field, there is an option for calculated value. Once you select on it, you can enter the code.

Steps are:

Go into Define Fields

Select your field

Click on Options

Select Calculated Value

[color:blue] Enter your Calculation

Select Okay Button

Deselect the "Do not replace existing value (if any)"

Okay Button, Okay Button

HTH

Lee

Edited by Guest

  • Author

Thanks for all the help guys!

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.