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.

Featured Replies

I am trying to set some text in a text field to bold by using a script.

I have to concatenate many fields into a huge text field and I whish to make parts of it bold. The script goes something like that:

Set BigTextField to ("Name Number" & "CR"

Loop

Set BigTextField to (BigTextField & "CR" & Name & " " & Number)

Go to next record (exit after last)

End Loop

This would create a table like ???

Name Number

Mike 45

July 76

etc...

I whish to make the column header in bold like so :

Name Number

Mike 45

July 76

etc...

Any ideas on how to achiev this ?

Sadly, there is no provision in FMP for specifying/applying formatting selectively within a field as a result of a calculation.

In the case you describe, there may be a way to achieve a similar effect, however. What you could consider is placing the bold heard text into a separate field 'BigBoldTextField' and then displaying the two fields on your layouts as merge text, with the appropriate formatting applied to the relevant merge flags.

The resulting layout text would look like:

<<BigBoldTextField>>

<<BigTextField>>

When viewed in Browse Mode, however, the result will be in the format you require.

  • Author

Unfortunately the whole text has to be contained in one field...

I can change text to bold within a text field (in browse mode) and it will keep the format. It seems weird that I can achieve this manually but not automatically.

Thanks for the reply.

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.