Hello All, I have discovered an annoying problem. If I run the following code (and only that code) // Prompt the user for the file. DialogBox Type(ChooseFile)...
Rick Quatro
frameexpert@...
Dec 1, 2005 3:10 pm
6624
Hi Rick, A couple of options come to mind. The most painful would be to write your own form for selecting and opening files. The EFileInfo object provides...
Hello- I'm using "Find FromTextLoc" to look for certain words, and when it finds them, I want to get the whole sentence within the paragraph that that word is...
Hello Rick, ... If you are running nested Find FromTextLoc commands, you need to use different variables for ReturnStatus and ReturnRange. ... You can run the...
That FC command did the trick... Thanks! I guess I need to learn my FC commands... Thanks! ~Rick ... it ... paragraph that ... Using ... FromTextLoc ... 2nd ...
Hi Rick, One thing to be aware of: Most f-codes only work on an active document, so you have to be careful using them with some scripts. Rick Quatro Carmen...
Rick Quatro
frameexpert@...
Dec 3, 2005 8:53 pm
6630
Hello Rick, ... For this approach, I do always use the FrameMaker command list created by the script ReportCommands.fsl: ...
I've got a script that creates a new document with a table with 1 body row. I do some stuff in a document within a book and load up a stringlist, and then add...
Hi all, I've been receiving and reading emails from this list for some time now, and want to post a question. To be frank, I can handle several script...
Roel Mulder
r.mulder@...
Dec 9, 2005 6:51 pm
6634
Hi Roel, What version of FrameScript are you running? Thanks. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com ... From: Roel Mulder To:...
Rick Quatro
frameexpert@...
Dec 9, 2005 7:07 pm
6635
Hello Roel, ... You can start with the following code, it removes that string in the active document. Note that it expects a blank before the < char and *won't...
Hi Klaus, Thanks for this code. If I understand correctly: - the script looks for all occurrences of the paragraph format as specified in the variable vPgfName...
Roel Mulder
r.mulder@...
Dec 12, 2005 12:09 pm
6637
Hi, The changebars keep reappearing in the PDF's I do not know where am I going wrong in the script. I am using FM 7.1 with FrameScript 3.2 on Windows XP. The...
But it would take a loooong time to do that when I am building a PDF for about 35 books each approximately 700-1100 pages. I will try your suggestion. But not...
Hi, What's the best way to solve this: If I have markers in a document, and I want to find out their locations, so I can draw a text frame at the same level on...
Assuming you have a marker in the paragraph containing the insertion point, this code locates the baseline of the line containing the marker. Set oPgf =...
Rick Quatro
frameexpert@...
Dec 14, 2005 1:51 pm
6642
Does anybody have an idea whether it is possible to run scripts for adobe pagemaker in a similar way than elmscript/framescript? Thank you to everybody who can...
I know how to set the destination PDF's "Document Title" using FrameScript. (For those who don't know, set activebook.PDFDocInfo with a string list including...
Hello JX, ... This is not possible by specifying any document property, but it can be done using so called pdfmark commands. These pdfmark commands are...
I could have swore there was a plug-in that would allow you to print a book, and only print those pages that contain changebars. I've spent a couple hours...
My PrintChangedPages plugin does this. Send me an email directly and I will give you some more information. Thanks. Rick Quatro Carmen Publishing 585-659-8267 ...
Rick Quatro
frameexpert@...
Dec 16, 2005 7:59 pm
6649
Hello - I've got a script that loops thru all the graphics in a doc. When a graphic meets the following conditions a) graphic is an imported file; AND b)...
To be honest with you, I didn't look to closely at your code, but I have an idea about what may be happening. You should take a look at the Loops and Linked...
Rick Quatro
frameexpert@...
Dec 19, 2005 1:49 am
6651
I've run into a similar problem with a script I wrote to re-import graphics by reference. The script would occasionally hang (I assume it fell into an endless ...
Wow, that *sounds* crazy! And yet it totally worked! I simply added the frame to the title page master page in our Master Template file. Then, I pressed a...
I want to find the paragraph containing the marker for a selected graphic's anchored frame (the graphic is selected by the user before hand). Basically, I...