Hi. Got it, I was quite off topic ;-) My script was a second step: First step was to start a exe file which didn't succeed, so I made a little test with "dir"...
I am using a modified fsl script to generate a PDF of a set of Frame files. The TOC and Index lose their page-size formats in the final book PDF. Â I can...
Hi, Finally I got my script to run. The problem was that I had not gotten the file into the foreground before the Execute FC command: Set ActiveDoc = gvDoc; ...
Hi, I am stuck at this script. I am trying to split a file on the basis of paragraph format heading (Head1) and marker of type DITA. I am not able to iterate...
Hello All, is it possible to write for example Russian characters to txt file using Framescript in FM8,9,10? My scripts creates .txt file using Utf8Bom(1) and...
10273
Rick Quatro
frameexpert@...
Mar 15, 2012 8:17 pm
Go to FrameScript > Options and make sure the encoding is set to UTF-8. Rick Rick Quatro Carmen Publishing Inc. *** 585-283-5045 *** NEW NUMBER ...
Hello Maninder, From what you are writing about splitting the file and using DITA markers, I assume you are preparing to move unstructured content into (DITA)...
According to the Framescript reference manual, I should be able to get to a table's footnotes with something like this. No? Set vCurrentTable = SelectedTbl; ...
Hi, I am looking for code to process all the .fm files in a specific folder. I am looking for code to open each file, process it (I have code for this), and...
Hi, I need to extract a substring from a string. Here is my problem. - Source String: "C:\Data\FrameScript\Wip\Dita_Files\Configuring7600.fm" - Source String:...
I don't know if this is the right place to ask, but I don't know where else to do so. How you you determine how much to charge for a script? And also, how do...
Hey there- I was playing around with creating a development area for my script set outside of my set that I have delivered to my team members. I thought I ...
Hi rickett, this questions sounds like fdk, because you have to pick up th FM ini some where. I would say, you can only chance the activated scripts after FM...
I am a fairly new user of Framescript and despite having spent hours searching for a solution and trying every possible thing I can think of, I still cannot...
Hello Hermione- I can tell you that your script is not looping through the rows correctly (or at all). It is only going to loop through heading rows. Take a...
I have a number of pieces of content in a document that I want to make into tracked additions. To do this manually: 1. Select the text. 2. Look at the Track...
Hello Rick. I cannot tell you how grateful I am for your help. The script is finally a success and I can stop pulling my hair out! Thank you so very much....
Hi Rick, I use this to define the path to the fscript.ini: Local lvFscriptIni(EslSession.UserSettingsDir + DirSep + 'fscript.ini'); I use the access to the...
That fixed it... thanks! I had no idea that the ini file was kept in more than one place. I'll have to check out that virtual store feature... thanks for the...
Seems like this should be easy, but I can't figure out how to remove all installed framescript menu items and then uninstall the scripts. Can I get the menu...
The solution (thanks to Frank Elmore) was simpler than I thought: Put this statement in a script: Apply TextProperties CondFmt('FM8_TRACK_CHANGES_ADDED'); ...
Hi all, [FM 10.0.2.419, FS 5.2R1p246_100] FM10 introduced a new text property "BkColor" (background color). In a new document, I created a character format...
Hello- I want to retrieve a list of PDF documents from a given folder, populate a menu with the doc names, and then execute Acrobat based on the menu...
Hello everyone, writing a small javascript here for FrameMaker. Goal: retrieve character styles as xml tags from the document. Example: A quick fox jumped over...
Hi! I tried to check, whether a color is reserved or not. However, the ColorObj.ReservedColor attribute seems to deliver random values. I would expect either 0...
10298
Rick Quatro
frameexpert@...
May 17, 2012 5:51 pm
Hi Werner, ReservedColor is an integer representing the following constants: ColorNotReserved = 0 ColorCyan = 1 ColorMagenta = 2 ColorYellow = 3 ColorBlack = 4...