Bikur Cholim בקור חולים

Tuesday, December 20, 2016

Of Lines, Paragraphs and Sentences

Paragraph and Line Breaks 
I.                      The problem is that the Manual Line Break cannot be COPY & PASTE in Excel, as it interprets it as a space (“ “ – the blank area between the two quotation marks is actually a SPACE!), with the result that the above Formula is counting the position of the first space in the indicated Cell.
II.                    I found this LINK but it doesn’t work as the Manual Line Break in the exported Formulation data is represented by a Mars Symbol, which, according to the Merriam-Webster font(s) (MW_FONT) is represented as i0234.  This is different than the “carriage return operator” or “return“, which looks like this: ¶. 
III.                  However FileMaker uses the following combination in their Calculations & Formulae to represent a carriage return (paragraph):  \¶ (backslash followed by a carriage return operator) See: [i] for more explanations. 
IV.                 In Excel you can enter a Manual Line Break by holding down the Alt Key and typing “010” (minus quotes) – this only works in the Find/Replace Dialogue Box in Excel, not with direct entry (if you try to do this in FileMaker, an error message will pop up: “The provided find criteria is not valid. Enter a valid request before proceeding”).  You can also enter a Manual Line Break, using the following Formula: “CHAR (10)” (minus quotes).
V.                   Perhaps it is really the LineFeed (LF) Character (or Newline Character), which in UTF8 is “0A”.  By the way, 09 =tab character, 0D = Carriage return (CR) character (See more on this HERE).
VI.                 The problem is that the character that FileMaker uses to create a new line is invisible; as in “
a.             ” (note the new line, which happened when I pasted the Mars Symbol from FileMaker – NOT because the text on the previous line reached the end of the paper width…!).  When I pasted it in the Find What Field of the Find/Replace Dialogue Box in FileMaker, it correctly identified (aka Found) the character – i.e. at the end of a string of text, before the new line - when I pressed the Find Next Button it correctly found it.
1.             I found a VB Script to carry out the task at hand, but before it can work properly I first need to clean the data:
a.             Replace all Comma’s (impossible), Semicolons (impossible) etc., so they don’t interfere with the Formulae
b.             Clean the text from Spellcheck errors as far as the hand reaches…



Monday, December 12, 2016

FileMaker Scripts - Part II

09/12/2016
MS
Script FileMaker
Export to an excel file the four fields and save to the desktop:
a.       Product Code
b.      Products
c.       Kashrus Status
d.      Kosher Logo
Try to script it to save to the Dropbox folder
Connect Lotus to FileMaker using the drop down menu that allows you to create a link in every diary entry

04/02/2013
Menasche Scharf
Ask FileMaker: Does it make a difference whether Structure Particles (Tables, Layouts, Fields, Layout etc.) contain a space " " or not. 
In other words: Does replacing the " ‏‏" space with an underscore "_" help when writing Scripts, Formulae etc.?

07/02/2013
Menasche Scharf
Ensure every Script that has a Pause Command in it, also includes the Script: “Allow User Abort”, with the setting set to “ON” (See: URL and also: [cdii]). http://forums.filemaker.com/posts/3c71fa1e8a?page=3
See: [cdii] https://www.google.co.uk/search?hl=en&safe=active&tbo=d&sclient=psy-ab&q=%22filemaker%22+%22pause%22+%22current+script%22+%E2%80%8E%E2%80%9CAllow+User+Abort%E2%80%9D&gs_l=serp.3...218.218.1.649.1.1.0.0.0.0.33.33.1.1.0.les%3B..0.0...1c.1.3.serp.shfnbBtTXp4&pbx=1&biw=1280&bih=862&cad=cbv&sei=sykeUdXyK86HhQeX74DgCA

11/02/2013
Menasche Scharf
Ask FileMaker to add a Suspend Script Step (unless it’s already implemented in the Advanced version), so that one can test a Script after neutralising one or more Script Steps and reactivating them after the test is finished. 
This will have the advantage that the neutralised Script Step doesn’t have to be recreated from scratch.

11/02/2013
Menasche Scharf
Ask FileMaker
1) it doesn’t show anywhere that allows the User to Scroll through Records, when the focus is nowhere (i.e. the cursor is not inside a Field),
2) Status Bar, which is at the bottom of the screen underneath of the Minimise/Maximise Bar,
3) the NUM Toggle is displayed (when the Number Lock is ON).
(Enter this into Google search: "FileMaker" "status" "browse" "mode" "toolbar" "scroll" “area” “bar” -Google -Advanced -bento -Marital -portals -Email -Resize -script -access -gridlines -"scroll bar" -omit -Error –commands.

See: http://www.justskins.com/forums/mouse-wheel-scrolling-problem-140247.html, http://www.experts-exchange.com/Software/Apple_Software/Filemaker_Pro/Q_28412936.html