I have used the FindChangeSpecial and TableCleaner plug-ins from Carmen Publishing. http://www.frameexpert.com/plugins/index.htm I used FrameMaker39;s native...
Hi Tom, a thorough cleaning of the Word document is what I do as well. Especially all pictures, and reset all paragraph formats which involve any numbering or...
Say I have a document with conditions 3 conditions. Condition A, Condition B, and Condition C for example. If any text in the document is conditionalized with...
Hi there, I need to change the width of table columns, so that the text in the cells is as long as the width of the col. Does someone has an idea? The width of...
Sorry, I should have used the search function :-( I found a posting from rick which did the trick: Execute Fc KbdTblSelCol KbdTblDlgShrinkWrap; Thanks Georg...
Hello there, can anyone tell me how to do it. I have to add an item to DocumentContextMenu. I start with Get Object Type(Menu) Name('!DocumentContextMenu39;)...
Every so often, FrameScript 5 dies.... such as right now. It claims to be unregistered, although it was working fine an hour ago. Honest... I have a legal...
The activation code in version 5 sometimes has problems (very human, isn't it?) ;-) See <http://www.framescript.com/index.php?q=node/7> and follow the link for...
You could have shown us a little bit more of your code. There is an option to control the position of a command in a menu. To find out about the internal names...
There's not much more written yet that would work so, not to embarrass myself, I didn't post the whole thing. I logged on to the itl but can't download...
Aaaaa... I give up! it's been half an hour of trial and error and google around and I can't seem to get the code right. All I'm attempting to do is to add a...
... I may sound like the teacher you hated back then... This group is not about ready-made solutions. Show us where you went until now, and some nice folks may...
Yeah, I understand. I've been scripting for a while myself and usually I'm not looking for ready-made stuff. Thought, someone has an easily available loop ;-) ...
Michael, your example had a few little but important problems and after weeding them out, it works like it is supposed to work: Get Object Type(Menu)...
Hello, I have begun working directly with the FDK in C. The only way to make use of the Microsoft Foundation Classes with FrameMaker is to create a DDE server...
I'm on XP SP2, FM7.1, FS 4.1R. Yes, I copy/pasted your script and it didn't work. Another thing that I have that might be different - I have about 50 different...
... No, I don't think so. I see the same thing with those version... I should have been warned, because in the older thread that I mentioned I already...
Hi all, I need some help with the next problem: I am currently writting a script that makes the TOC of a structured book. The book structure is like this: BOOK...
Hi, I want to copy and paste an existing element at another place in my XML- tree. Is there a way to do this with framescript? I tried it with new Element, but...
Hi Richard, Thanx for helping. How do you use ElementRange and textloc? I tried but my programm didn't copy/paste a thing. I have a Title-element that can...
Hi Karen, ... New ElementRange NewVar(velementselection) Parent(vfnquelle.ParentElement) Child(vfnquelle) Parent(vfnquelle.ParentElement)...
8326
Rick Quatro
frameexpert@...
Jun 25, 2008 1:26 pm
Hi Karen, I would recommend one change in Richard's code. Don't use Fcodes for the copy/paste operations because they will only work on an active document. ...
Hi Richard, There is something copied now. :) I adapted my variables to you code and the title-element is copied. I do get an error when the programm passes...