CoZiMan Posted November 8, 2004 Posted November 8, 2004 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
RalphL Posted November 8, 2004 Posted November 8, 2004 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 ) ;[ "
CoZiMan Posted November 8, 2004 Author Posted November 8, 2004 Understood. That's one more layer that's coming.
transpower Posted November 8, 2004 Posted November 8, 2004 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?
Recommended Posts
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