Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Color of text.


aaa

Recommended Posts

If you're using FileMaker 7, you can do this in a calcualtion using the TextColor( ) function.

 

If you're entering the text directly, just select the text that you want to color and then go to the 'Format' menu and choose a color from the 'Text Color' sub-menu. wink.gif

Link to comment
Share on other sites

Thank you Ray. I want more exactly tell what i want.

Let i have any text. In this text i have words for example "wold" un any color. I want that the first word in text will have the same color as "wold". I will be very thank for any help.

Link to comment
Share on other sites

OK, try:

 

Let(L1 = LeftWords(YourField; 1); TextColor(L1; 255) & " " & Substitute(Right(YourField; Length(YourField) - Length(L1)); "wold"; TextColor("wold"; 255)))

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...

Important Information

Terms of Use