Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 7295 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi All,

I am writing a script which populates a field at runtime with Set Field step. I want to make some text bold. What is the method for doing this? is there any command that can be written in the Calc of the Set Field step? Pease let me know.

Thanks.

Yogesh.

Posted

There is no simple way to do it. I think there may be a plug-in available for this though.

If your requirements are fairly simple, you may be able to do it as a merge field. Create 3 fields:

TextBefore

BoldText

TextAfter

Then set up a merge text field like this:

"<<TextBefore>><<BoldText>><<TextAfter>>

Set:

TextBefore = "This is my "

BoldText = "Bold"

TextAfter = " Text"

This is what you should see in the merge field:

This is my Bold Text

This topic is 7295 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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