Search the Community
Showing results for tags 'Word'.
-
I'm trialling Scribe for many of our company's document needs and have setup an example process where I have been able to load a Word template, replace all my placeholders with FM data and output an instance of the updated document - all good. However, I was given a curve ball today whereby half of...
-
I hope this helps anyone that has had to put up with the ScribeDocSubstitute errors when no placeholder string could be found in a document - a problem that has had both us and our clients pulling our hair out. The 360Works Scribe help page - http://docs.360works.com/index.php/Scribe#No_occurre...
-
using Scribe to extract text patterns from Word
SMckenna posted a topic in 360 Works General Support
Is it true that Scribe functions (such as ScribePatternMatchAll) are intended to operate on text extracted from a file into a Filemaker text field rather than directly on the file itself (eg held in a container field) ? For example, if I use ScribeFileAsText to bring a word document content into a... -
Hello everyone, I'm developing a little FMP database on Mac to help creating reports with MS Words. These reports will contain : - non changing elements : logo and address, first level hierarchy titles… - some specific datas from FMP : number and name of the affair, name and adress of the...
-
I have written the following calculated AppleScript: "tell application " & Quote ( "Microsoft Word" ) & ¶ & "activate" & ¶ & "open" & Quote ( "Macintosh HD:Users:Shared:Guild_Word_Template.dotx") & ¶ & "set theDate to current date" & ¶ & "set text of active document to theDate as text" & ¶ & "sav...
-
Hi there, am new to Filemaker and these forums. I've moved from working in MS Access and am loving FM so far. Problem: I am using FM as ODBC data-source for MS Word mail merge. I would like the merge source to have data from multiple related tables. In Access this would have just r...
- 2 replies
-
- odbc
- data source
-
(and 2 more)
Tagged with:
-
I have an export script that exports a "Merge" file of data for use in a Word merge document. The script exports using Windows (ASCI) method, and outputs a comma delimited text file with the field values in quotations. On the Mac clients, Word will use this file to create the merge document with no...