Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Text Field wrap around an image?


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

Recommended Posts

  • Newbies
Posted

Good day,

I am a Newbie to FM. I have a text field that will contain no more than 50 words and an image in another field. I need to have the text wrap along the right side of the image and then continue below the image (like a mug shot in a newspaper column). How can I achieve this kind of text wrap?

Thanks,

Kevin

Posted

FileMaker is not a Page Design and Layout program, it is a Database, so it does not have the ability to Text Wrap.

You might be able to manually produce this look through some tedious work in the layout mode, but it would be easier to export your data using file tags to program such as Quark XPress or PageMaker.

Lee

Posted

Hi,

you need two calculated text fields:

TextWrapped1:

LeftWords ( Text; 20 )*

TextWrapped2:

Trim ( Right ( Text ; Length ( Text ) - Length ( TextWrapped1 ) ) )

*: 20 is the number of words that you want to read on the left side of the image

Also you can add some Case() statment to conditional wrap words that have too many characters

This topic is 7010 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.