Rick & Klaus, Thanks for your suggestions! Unfortunately, I have alrady checked the variable/subroutine naming issue; so it's not that. I have also included...
Hello Ian, I can confirm that there is an error in FS 3.0 and the current FS 3.1 beta: Removing members from condition format lists does not work, neither with...
Klaus, Many thanks for your help! I have modified my script with the workaround you suggest and it does, indeed, work under FrameScript V3.0. The problem looks...
I just encountered this yesterday. The following test failed with FrameScript 3 but worked with FrameScript 2.1 and 3.1. If...
Rick Quatro
frameexpert@...
Jun 2, 2004 12:50 pm
5098
Hi, I'm trying to assess the difficulty of writing a FrameScript to automatically export and reference any embedded graphics. I don't see any obvious objects...
Hello Alan, ... You may want to take a look at the FS "Export" command. Please note that "Important: The Export Object command is an unsupported FrameMaker FDK...
I cannot delete text from the Script Window. Is this a known bug? How do I fix this annoyance? Lorin Ledger Editor Spirit of Math Schools Inc. To promote...
Is there an on-line tutorial, or a book that would help me get started with FrameScript. The online pdf's that ElmSoft provide are very comprehensive, but I...
Hi Lorin, Try www.frameexpert.com <http://www.frameexpert.com> . Rick Quatro (that's his website) has also written a great book which you can buy there. John...
Hi Lorin, I have never seen this. What version of FrameScript are you using? What exactly are you doing to delete the text? Thanks. Rick Quatro Carmen...
Rick Quatro
frameexpert@...
Jun 5, 2004 1:27 pm
5106
Hi, how can I set/change the dictionary of a file/a book? We have kanguage specific dictionarys which are stored as a single file each and should be set before...
Hello there, I got a simple question, but this morning I just don't find the answer. I open a text file with FormatId 'Text' like this Open Document...
Hello Guido, ... to get the FilterFormatID for export filter, Rick Quatro posted the following lines at september 2003. I think you can modify it to get the ...
Hello Michael, thanks for your answer. The script may easily be changed for import filters, but that doesn't answer my question! It just leads me to the TEXT...
Hi Guido, Try this code. For more information, see page 249 of the FDK Programmer's References for FM 7. Open Document File(lvFileName) NewVar(lvDoc) ...
Rick Quatro
frameexpert@...
Jun 7, 2004 11:42 am
5111
Hi Rick, FrameScript Version 3.0 for FrameMaker 7.0, but I'm running FM 7.1. I don't know if that makes a difference, but thought it might be worth a mention ...
Lorin, Sounds like the same problem I used to have when our IT dept "upgraded" our network. Some things to check... make sure that the file you are editting...
Eric, Nope, that's not it. But thanks. Lorin _____ From: Dillon, Eric W - Norman, OK - Contractor [mailto:eric.w.dillon@...] Sent: 7 June 2004 10:28 AM ...
Hi, Rick. Thanks a lot. You took me to the right way! ... First, your code didn't suffice to make it :-( Apparently, 'TASC' was undefined on my PC. I took a...
Hi folks, I have written a script that, among other things, shows/hides conditional text and hides condition indicators for all the documents in a book. At the...
Martin, There are options on the Open Document command that will let you open the documents without being bothered with unresolved cross-references messages, ...
Rick Quatro
frameexpert@...
Jun 8, 2004 4:21 pm
5117
... Well, in FM6 or later, you can do it in the interface: select all files in the book window, and then select View > Show/Hide Conditional Text. ...
Thanks a lot to both Rick and Richard. After some more-than-superficial digging in the archives, I found that Rick had answered a similar ... Adding this, and...
Martin, In FM 7.1 (or prev. versions?) you can define conditional text show/hide settings for an entire book using the following method: Select all the files...
I am trying to replace an up-arrow key (represented by "\x7f" in the FrameMaker MIF file) with a text string. I can't seem to match hex value with the...
Hello Scripters, I am trying to do some script work with a document with Chinese characters. I am having trouble making accurate text ranges in the paragraphs...
Rick Quatro
frameexpert@...
Jun 9, 2004 1:07 pm
5122
Hello Scripters, The FDK 7 release notes say ? Changes to F_ApiFind() that allow searching through all the components in a book. However, the Programmers...
Rick Quatro
frameexpert@...
Jun 9, 2004 6:07 pm
5123
Is it possible to save OLE objects, namely, Visio files, out of FrameMaker into separate files using Framescript? The Export Object command seems to export...