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.

portal row highlight.... possible?

Featured Replies

I recall, but can not again find, a solution in this forum that described how to add "portal row highlighting". Specifically, I mean that when a user selects a portal row, that row gets a yellow background; for example.

Or, am I imagining this solution and the reality is 'you can't get there from here'?

Thanks

Ron

Google has links to several posts about this, including a batch of FMForums links:

http://www.google.com/search?q=filemaker+portal+row+highlighting

It takes two things. Conditional formatting and a script.

Create a text box the same dimensions of your portal row. Apply conditional formatting with the calc = $$highlightPortal = RelatedRecord::Primary Key and set it to highlight the color you want. Attach a script to that text box.

That script should contain the script steps:

Set Variable [ $$highlightPortal ; RelatedRecord::Primary Key ]

Refresh Window[]

  • Author

It takes two things. Conditional formatting and a script.

Create a text box the same dimensions of your portal row. Apply conditional formatting with the calc = $$highlightPortal = RelatedRecord::Primary Key and set it to highlight the color you want. Attach a script to that text box.

That script should contain the script steps:

Set Variable [ $$highlightPortal ; RelatedRecord::Primary Key ]

Refresh Window[]

Thank you for the ideas.

I did it without a script or global variables.

I had a Cartesian join between two instances of the same table. The second table just had Member Names. Selecting the Member Name fired a GTRR to change the Member Table to show the entire record.

Thanks again for the ideas... Ron

This is the conditional formatting I used: Members_portal::KP_MemberID=Members::KP_MemberID

This is what it looks like:

ishot-37.jpg

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

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.