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.
Juggernaut

Highlighting active record

Featured Replies

Yes, I have searched the database for an answer to this. Clearly, I didn't find one. I need to highlight the active record in a list by giving it a different color. Old people like me view this database and the small vertical bar at the left of the screen is difficult to see. How do I do this?

Create a global field of the same type - number or text - as your unique record IDs.

Conditionally format [a] field on the list layout with a hilight colour and the formula

newglobalfield = uniqueID

Create a script with two steps:

set the newglobalfield with the record's uniqueID

commit records

Assign this script to a trigger - OnObjectEnter - on [a] field on the list layout.

On other layouts that navigate to the list layout run this as a subscript at the start of those scripts.

See if this helps:

http://fmforums.com/forum/showtopic.php?tid/188674/

Just use an OnRecordLoad script trigger.

Script:

Freeze Window

Set variable [ $$current; get( recordID)]

Conditional format:

Get(RecordID = $$current)

HiliteCurrent.fp7.zip

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.