... learn ... empty ... Using ... etc., is ... normal ... your ... it? ... wrong ... Hi Richard, Thanks very much for your valuable feedback. Ya you were right...
Hi, I want to delete empty pages from each chapter in the book. For that I have set the pagination settings for the book as follows: 1) 1st Page Side = Next...
Hi all, I am trying to find a way to remove the focus from the Element Catalog, but can't seem to find any control that even identifies it. I can open it...
You could try Set ActiveDoc.IsInFront; to see if it restores focus to the active document. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com Hi...
Rick Quatro
frameexpert@...
Apr 4, 2006 6:36 pm
6845
Hi Rick, I tried that and I also tried Set Session.IsInFront = true; however this will work if launched manually through an installed script (because using any...
Hi, I was wondering if anybody knows a way to compare two paragraph styles and come up with a list of properties that differ. I guess you can compare each...
I am running a script that works on a whole library of books at once. Some of these books occasionally have errors on updating, which happens because it is a...
Hello Zsolt, ... There's a free script (ComparePgfFmts.fsl) that does this: http://www.itl.de/html/englisch/consulting/fsl/itl-pool.html#override The script...
Hello Zsolt, ... Yes. And if you want to report the detailed differences between all paragraph formats in two or more documents, ... take also a look at the...
Calling all presenters! If you are interested in participating as a speaker at the FrameMaker 2006 Chautauqua. If so, now is the time to submit your proposals....
Hello scripters! I have tables in my doc that runs over multible pages. When I navigat in the table from the first row downwards, I must check up the current ...
Michael, If I understand your request correctly, you are trying to determine the page number that a certain table cell is located on. If you are in the...
Thanks Eric, I will try. ... Von: framescript-users@yahoogroups.com [mailto:framescript-users@yahoogroups.com]Im Auftrag von Dillon, Eric W - Norman, OK -...
... Just one word of caution: depending on the script, test to make sure that TextSelection.Page.Objectname or vCurrentCell.Page.Objectname is 'BodyPage'. You...
We receive mainframe screen samples and report samples from our SMEs. They create the samples in Word, and most of them use tabs in their samples. To make the...
Project is to map values in MS Word tables to Framemaker tables. Working on an import script to customize the translation. Looking for other script snippets...
Hello, No flames please if this is terribly obvious but I am having trouble with changing an attributes value. I am NEW to FrameScript so go easy on me. I have...
Hi All, For deleting empty pages from the book I have set my pagination settings for book as: 1) 1st Page Side = Read from File and 2) Before Saving & Printing...
Hi Rick, I tried your suggestion and tried to set my pagination settings properties for the book as follows: 1) 1st Page Side = Read from File 2) Before Saving...
Hi, I'm having a problem with a script that is bogging me down and wondered if anyone can point me in the right direction. I have some very long tables in...
Hello again, Shortly after posting, I managed to discover the missing step which was Set vCurrentDoc.TextSelection = vText; Cut Text DocObject(vCurrentDoc); ...
Hello, Given a text range, I was wondering whether it is possible to know whether or not the text range falls within a cross reference. The reason why I want...
Sometimes one of our writers adds an graphic to a FrameMaker file but forgets to check in the graphic file into our central repository. When this happens, it...
The key is not to have the document display while the script is running. When you open the document, you can set the MakeVisible parameter to False Open...
Rick Quatro
frameexpert@...
Apr 19, 2006 6:29 pm
6869
Hi Martin, Given a text range, tRange, you can use this: Get TextList InRange(tRange) XRefBegin NewVar(tTextList); If tTextList.Count // The text range...
Rick Quatro
frameexpert@...
Apr 19, 2006 6:31 pm
6870
interesting, thanks! Rick (or others)... what are the possible downsides or quirks I should maybe think about if I set MakeVisible to false? (what doc/window ...