Hi Scripters, I hope this topic is acceptable. Let me know if it is not. I'm currently employed as a tech writer who has to squeeze in time for FrameScript on...
Hi folks; I'm hoping that this position might be of interest to some of you! My thanks to the Group Administrator for allowing me to post this. In case you're...
Thanks alot Klaus! Works fine and saves me wasting alot of time. Could you explain what each pair of single and double quotes do exactly....(BTW my name is...
Hi All, I tried to run the AddTableContVariable.fsl script file posted in the Files folder of the framescript-users yahoo group. I am getting the following...
Hello joeh456, ... There are a number of errors in this script. Sub LoopThroughFormats does not exist Sub IsDocOpenAlready is obviously replaced by parts ... ...
Hello Raghu Ram, ... There are a number of errors in this script. Sub LoopThroughFormats does not exist Sub IsDocOpenAlready is obviously replaced by parts ......
Hello Stephen, ... The 'single quote' tells the FrameScript compiler that you specified a string. The "double quotes" tells the operating system that a file...
Hi All, I am new to Framescript. I was trying to run the below Framescript to list the Frame File names in Console which are having Anchored Frames without...
Hello Raghu, ... I suggest to LeaveSub *after* writing the result to console ... :-) Kind regards, Klaus ... From: framescript-users@yahoogroups.com...
I've done some additional work on this script. I still cannot get the script to place the cursor back into the target file (Importing multiple inset using...
Hello Carey, ... You don't reset the insertion point after importing the inset, nor do you use the "NextPgf" object when importing. I guess the NextPgf won't...
Hi, I wrote the below script to list(in console) Frame files in a book which have Text Insets. In my organisation we do not use Text Insets. I am not sure how...
Hi, I am new to Framescript. Is it possible to write a script which will run multiple scripts in a folder? What are the other possibilities instead of...
... You do know that FM can produce the list for you, right? You can add a generated List of References (TOC order) or Index of References (alphabetical order)...
Hi all, I want to delete only the content of an element. (lvElement is an current element.) If i try Delete Text TextRange(lvElement.Textrange); the whole...
Hi Michael, You can try something like: SET temp_element = ActiveDoc.ElementSelection.Begin.Child; // Find the text location of the start of the element GET...
Hello Raghu, ... Yes, this is possible. ... See the FrameScript Reference: - Command and Object Reference > Command Reference > New Commands > New ScriptVar...
Hi Mark, thank you for your answer. Now I found the reason why FrameMaker crashes, when I try to delete the content of an element. There were also empty...
Carey, Something I'm seeing is that you define your subroutine as... ... When you call this subroutine... ... ... you are not passing any values to it in the...
Hi, I'm new to FrameScript and am trying to figure out how to navigate tables for modifying cell content of particular columns. Is it possible to scroll...
Hi, I wrote below sub routines for finding the registered symbol ('R' encircled) and changing their formatting to Superscript(PosSuper). Since the Integer...
Hi scripters, I have a FrameScript string variable which I populate with text from paragraphs in a Frame document. At various points in the variable I insert...
Hi Mom, Try using CharLF instead. Eric ... From: framescript-users@yahoogroups.com [mailto:framescript-users@yahoogroups.com] On Behalf Of yourmom_of_course ...