Yogesh Agte Posted February 10, 2005 Share Posted February 10, 2005 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. Link to comment Share on other sites More sharing options...
Ocean West Posted February 10, 2005 Share Posted February 10, 2005 Not with FileMaker 6 Link to comment Share on other sites More sharing options...
BobWeaver Posted February 10, 2005 Share Posted February 10, 2005 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 Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 6624 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 accountSign in
Already have an account? Sign in here.
Sign In Now