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

Recommended Posts

Posted

Hello all,

Just seeking confirmation of a bug or a workaround.

I am working on copying and pasting text from existing html for re-purposing.

So here's the issue. I can do a pattern count and the result is positive.

When I use a Position statement in a field calculation it returns 0 - no data found.

I believe this is related to unicode support. Since v7 we can't choose ASCII as an indexing option so it doesn't strip the extra bit codes.

I am also using a filter to strip all but the basic characters and it doesn't work either.

Not expecting a quick answer.

here's a sample file.

TheBiz.zip

Posted

I see one problem, look at the calculation for Fax.

Case ( PatternCount (Text1 ; Constants::Fax );

TextSize (

TextStyleAdd (

Let(Phone = Filter(

Substitute ( TrimAll (

Middle (

Text1;

Position ( Text1; Constants::Fax; 0; 1 ) + Length ( Constants::Fax );

(Position (Text1; Constants::eMail ; 0;1)) - (Position ( Text1; Constants::Fax; 0; 1 ) + Length ( Constants::Fax)))

; 1 ; 0 ) ;[ "

Posted

According to FM Help,

"If you have been using the ASCII setting for sorting and indexing data in previous versions of FileMaker Pro, you can use the Unicode setting to achieve similar results."

Are you saying that you used to use ASCII, which worked, and are now using Unicode, which doesn't work?

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