John, ... 1. The EMEdit Method Copy does not return a value. You need to remove "Set vCB = ". ... 2. "editCtl" is no valid control/variable name. You did use...
When I run some third-party tools such as Master Page Tools on a book file, the tool displays the progress of the operation at the bottom of the book...
Hi Rick, The property you want is the book's StatusLine property. For example, if oBook is your book object, use Set oBook.StatusLine = 'Message etc. etc.'; ...
Rick Quatro
frameexpert@...
Sep 1, 2004 2:31 pm
5382
Thanks, Rick. I'll give that a shot. Rick ... example, if ... string so...
Rick, I use the title (caption, label?) of the FrameMaker window (Session.Label) to display my progress information. This is especially useful if you Set...
Matthias, to me it is not clear what you are talking about: Pagination is not defined on master pages, it is part of the paragraph formatting. The selection of...
Rick Quatro's script bundle contains "ChangeParaFormat" and "ChangeParaFormatBatch": http://www.frameexpert.com/scripts/superwebbundle.htm - Michael ... -- ...
I will be out of the office starting 09/02/2004 and will not return until 09/03/2004. If you need immediate assistance, contact Brad Johnson at ext. 591, or...
I end up using Rick Quatro's "ChangeParaFormatBatch" script. It works like a charm. I recommend it to anyone who needs to change style tags quickly. Christina ...
I have no issues on single directories, but now I have to find over 400 books nested throughout a drive and save every one to pdf. Any suggestions? Paul...
Hello Paul, for a similar task I used the recursive procedure below. With this procedure you can loop through the whole foldertree of a chosen drive or...
Hello Paul, sorry there is a little typing mistake within the code I mailed. Please exchange the codeline "If (not vParentDir)" with "If (not vFoundParentDir)"...
I would like to embed some CDATA sections in an XML document so that I can quote XML fragments without having to convert the tag delimiters to entities. ...
... I have never done this, but the text is stored in console.txt in the FrameMaker installation directory. I wonder what might happen if you delete that file?...
... Nick, this group is for users of the FrameMaker plug-in FrameScript and we discuss programming for that plug-in. You might want to ask your question in...
Hi, I tried accessing the FrameScript web site today but wasn't able to connect. Does anyone know if the site moved or if they're just having trouble. I'm...
I talked them a week or so ago and they were having trouble then. I am not sure about now. Rick Quatro Carmen Publishing 585 659-8267 rick@... ...
Rick Quatro
frameexpert@...
Sep 10, 2004 4:39 pm
5399
Back in September 2002 Klaus Mueller posted a question about implementing quick keys. The fslref document shows how to set the tag area, but not how to...
I have never been able to get this to work, but I haven't tried it in awhile. Rick Quatro Carmen Publishing 585 659-8267 rick@... ...
Rick Quatro
frameexpert@...
Sep 10, 2004 6:07 pm
5401
I am new to FrameScript, and I'm having a problem with a script I am trying to write. I am trying to align all of the images imported into anchored frames in a...
Hi Jeff, Try Set vGraphic.GraphicIsSelected = true; BTW, I'm not sure youre check for an empty anchored frame will work. I think you would have to examine the...
Hello Scripters, I need to write some scripts to interactive with a WebDAV server. Has anyone on the list done this? I might need some advice. Thank you very...
Rick Quatro
frameexpert@...
Sep 14, 2004 3:16 pm
5404
I've been getting this error on more and more files lately. I can't for the life of me figure out what the problem is. Any suggestions? Rick ... script ... the...
Hello Rick, Try to add the line If not vMarker LeaveLoop; EndIf or something after the line Set vMarker = vMarkerNext; If that does not help, Write Console...
Rick, Another thing you might try is to make whatever the variable is on that line a Local variable at the top of the script. That has worked for me before...
Thanks, Dick and Klaus. I tried all three suggestions, but I still got the same error. Regarding your WRITE CONSOLE suggestion, Klaus, that displayed several...
I have seen that behavior too... originally I just skipped the text insets... I see that you can unlock them so that they can be edited and then lock them...