Hello I need your help regarding how to change variable definitions. My problem is the following : I manage all my variables (about five hundred) in one...
Hi Vincent, You could use something like this inside your loop. Set vCurrentVarFmt.Fmt = eStr.ReplaceAll{vCurrentVarFmt.Fmt,'<Emphasis>','<AsIs>'}; Rick Quatro...
Rick Quatro
frameexpert@...
Jan 2, 2008 1:30 pm
7996
Hello Rick Thanks a lot for your help FrameMaker (7.1) displays the following error message when I run your script. "FrameScript : Run Error (Invalid Object...
Hi Vincent, Did you put the command inside of your loop? I just tested it with FrameScript 3.2R2 and it works fine. Make sure that the Set command is all on...
Rick Quatro
frameexpert@...
Jan 2, 2008 2:15 pm
7998
Sorry, I did not put it inside my loop. It works fine ! Thank you a lot for your help ! Vincent _____ From: framescript-users@yahoogroups.com ...
Hi All! I came across an old post here with Rick Quatro's script on importing Multiple page PDFs. It works great on FrameMaker 7.2 with FrameScript 4.1. But...
Hi Chat., It works for me with FrameMarker 8 and FrameScript 5.0. When you the Cancel button in the Select PDF Page dialog box, it should end the loop. This...
Rick Quatro
frameexpert@...
Jan 3, 2008 7:53 pm
8002
I want to process all occurrences of a certain table format except when that format is used for subtables (tables within anchored frames within another table)....
Rick, You have to check whether the table anchor position is inside a TextFrame (which it always is) inside an AFrame. Normal tables are anchored in a...
Hi, I'm trying to write a script that will find certain information within a document, and plant it in the PDFDocInfo, so it will be picked up as metadata when...
Hello, Are there special characters? FM falls for special characters. Convert all special characters to Hex. Best regards Karsten  Hi,  I’m trying to...
Hi, There was one special character, a registered trademark sign. When I delete it directly in FM, the script works fine. When I delete it as follows, it...
Hi I'm new to Framescript. Basically I'd like to know can I use it to extract code comments (either C++ or Java) into a source Framemaker document? Thanks...
... Well, no simple, but an interesting task. What comes to my mind is a new feature of FrameScript version 5: A text parser. I haven't worked with it, but I...
Michael's suggestion of trying the text parser is a good idea. Another approach would be to use regular expressions to extract the comments. With FrameScript...
Rick Quatro
frameexpert@...
Jan 10, 2008 5:26 pm
8013
Hi, How can I open a FM dialog box from within a script? Specifically, I want to open the PDF Document Info dialog box. Is there any way to do this? Thanx, ...
Hi Benjie, Many of FrameMaker's dialog boxes can be opened within FrameScript using f-codes. However, you can't use FrameScript to manipulate the dialog box ...
Rick Quatro
frameexpert@...
Jan 15, 2008 2:07 pm
8015
Hello, use the execute fc commands. Execute FC KbdDocInfo; best regards Karstsen  Hi,  How can I open a FM dialog box from within a script?  Specifically,...
Hi, I am new to FrameScript and scripting as well. I need to save all opened files within a book from a script. This is what I have but it looks like I am...
I tried using this, and it doesn't seem to work. I tried a script that has just this one line init, and it still doesn't work. Is there something else that...
Hello Richard, the book component is not a document object. Check the file name of the bookcomponent with the file names of all open documents in the current...
Hello, this is the correct command line. Is a book or document active? Best regards Karsten  I tried using this, and it doesn’t seem to work. I tried a...
I tried both. Neither works ________________________________ From: framescript-users@yahoogroups.com [mailto:framescript-users@yahoogroups.com] On Behalf Of ...
Hi Richard, a book component is different from a document. Book components store all the data you set for what is represented as a part of the book. A document...
It works for me with FrameMaker 8. Note that a document has to be open for it to work. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com...