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 7306 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

HELP! Hello I'm new at Filemaker and so far I love it. I do have this one nasty little problem that I'm sure is me just overlooking a setting or preference. What I'm trying to do is drag and drop text from a web page into a FM text field and have it take on the text fields attributes. When I take say Arial text off the web and drop it into my FM text field which is set for Helvetica it does not convert. It stays Arial with the same font size? I just want all text I drop into a field to auto convert to that fields text attributes. Any help is greatly appreciated!!!!

Thank you in advance

Hef

Posted

Ok, then copy the text like you would, and when pasting, use Ctrl + Shift + V (or Command + Option + V on a Mac) and it should paste with the style of the field you have specified.

  • Newbies
Posted

You da man... that works great! Thank you so much for your input. I'd buy you a beer if you lived closer. B)-) It still is strange that you can't just drop into the field... it seems so simple.

Posted

Hi,

Set the field to auto-enter and recalculate a calculation that automatically clear all formatting to the field and set the font to Helvetica + whatever the size you want.

I don't have 7 here for a test, but it should work.

Somethin like...

MyField

Autoenter calculation, recalculate

TextSize(TextFont(TextStyleRemove(MyField;"AllStyles");"Helvetica");"12")

Then, you should be able to drag and drop any text into this field and have it converted to what you want.

Posted

I like this for an auto-entered calc:

Evaluate(Quote(Field))

It removes all formatting (thanks to Murphy for finding that one.)

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