Hi Rick, I have done some work in this area which might be of interest to you. First, I have had good luck with a graphics processing program called AutoImager...
Hi, Is there a way to Save as Type Document 7.0 as in the Save as Type Drop down menu. I found the File Type option in the Save Options of the Save Command,...
You would use the save option FileType(SaveFmtBinary70) - Michael Müller-Hillebrand ... -- _______________________________________________________________ ...
So, my writing group has decided that variables in examples need to have < > on either side of the variable name. For example foo <bar>, where bar is the...
... I am wondering as well, because you did not tell us, how one may detect a variable name in the documents. I assume you are talking about variables as a...
... Now I re-read the subject, and from there I assume you want to work on selected words. That's is rather easy, because there is a property for the current...
Greetings all. I lurk this forum a lot and its been a marvelous resource. I am on the verge of pursuing a PO for the upcoming, new release of WebWorks Pro...
I have been puzzling over this for two days now. Is there a quick and easy way to generate lists of the FM files used in a book, or perhaps (better yet) a way...
... Some of the headings in the FM docs opened in UNIX environment (enterprise VNC viewer) DO NOT appear, i.e., they remain invisible. But, they appear once...
... be ... I can't see any way of doing this in FrameMaker, oddly enough, although it's easy to generate lists of embedded files like graphics. It's probably...
Michael, Yes you got it. I realized after I sent this that I only put the qualifier "selected word" in the subject. I will try your suggestion. I have written...
* Hijacking a thread is not a good idea * You may want to ensure that you are sending mails to the correct list, before hitting the send button. - Michael...
I seem to have an endless loop in a script, but I can't see where it's coming from. I'm hoping that better trained eyes can see what I'm doing wrong. My script...
I could use the answer to this as well. When I print a *.PS file, I don't get bookmarks. I do get the links in the text to work though. Here is my code: Set...
Hi Rick, This is a common problem with graphics. Let's say that an AFrame is found in the loop: If vFrame.ObjectName = 'AFrame' The AFrame can contain other...
Rick Quatro
frameexpert@...
Feb 12, 2008 9:02 pm
8081
Ah... I figured it (sweet relief)... You have to set the PDFBookMark property from the document: Set oDoc.PDFBookMark = 1; ~Rick...
Has anyone ever used Framescript to create an index of certain heading levels within multiple Framemaker documents? We currently have a huge library of...
Hi Roy, Yes, this is definitely possible and feasible. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Feb 14, 2008 8:24 pm
8084
Scripters, I've got a problem trying to find the characters in an autonumber string. Here's what I'm trying to do: If vPgf.PgfIsAutoNum New Integer...
Brad Anderson
brad@...
Feb 15, 2008 8:34 pm
8085
Hi Brad, To make sure you are using the correct integer value, you can do this to query the integer values for the autonumber string. Set vPgfNum =...
Rick Quatro
frameexpert@...
Feb 15, 2008 11:50 pm
8086
Rick, I used a similar technique to find the integer values. The Find String in String command is never true even using the integer values. Is this a bug or...
Brad Anderson
brad@...
Feb 16, 2008 12:22 am
8087
I figured it out. I was forgetting to convert the integer back to a string to do the search. Here's the working logic: // Check for autonumber formatting If...
Brad Anderson
brad@...
Feb 16, 2008 2:54 am
8088
Hi Brad, I am sorry I couldn't help you with this last night. I've got the crud, so I went to bed shortly after I called you. A couple of minor points: These...
Rick Quatro
frameexpert@...
Feb 16, 2008 2:06 pm
8089
Hi all, I've been trying to use the FrameMaker API to add a custom dialog box to one of the menus. The sample in the FrameMaker SDK instructs you to: - create...
... If you have been reading the book you should already know. If you have been reading about the Crash Course: No, it is accompanied by the sample code in...
Hello all, I want to import a selected reference page named 'MyRefpage' from a doc. Normal import does all refpages, so I have a workaround here, but at the...
Hello Guido, create a temporary document import all reference pages in this document delete all unnecessary referencepages in the temporary document import...