Thanks for pointing out my stupid mistake Eric. That's all I need sometimes. It's working now! For the record, I also eliminated .FirstPgf from the Loop and...
Hello Everyone! Thanks to the help you have giving me here I have finished my script. I have aroung 1000 documents that are coming from Word that I have to...
Hi, I have a script that I want to use to delete empty Paragraphs from a script generated fm file. I am searching for empyt Pgfs using the Find FromTextLoc and...
vRange.Begin.Object will return the paragraph object. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com Hi, I have a script that I want to use to...
Rick Quatro
frameexpert@...
Sep 4, 2006 12:36 pm
7170
Thanks Rick. Paul Schnall Mitzpeh Netufa ... _________________________________________________________________ Don't just search. Find. Check out the new MSN...
I have a script that changes the color of a certain char tag to a different color. I thought that running that script would change all occurrences of that char...
Hi Rick, If oDoc is the document object, you can use Import Formats DocObject(oDoc) FromDocObject(oDoc) Font RemoveExceptions; Rick Quatro Carmen Publishing ...
Rick Quatro
frameexpert@...
Sep 5, 2006 6:03 pm
7173
Hi, In continuation to my previous mail, the script(below) runs without errors but it does not remove the new paragraph formats. I tried hard debugging using...
Hello All, I am having great success with the FrameScript 4.0R2 EActiveXObject with MSXML and VBScript.RegExp objects. As a result, I am able to manipulate XML...
Rick Quatro
frameexpert@...
Sep 13, 2006 1:54 pm
7175
Hello All, I am looking for a set of trigonometry functions for FrameScript. If anyone has developed any, please let me know. Thanks. Rick Quatro Carmen...
Rick Quatro
frameexpert@...
Sep 13, 2006 1:54 pm
7176
Hello Rick, ... See below. Kind regards, Klaus ... From: Dillon, Eric W - Norman, OK [mailto:eric.w.dillon@...] Sent: Tuesday, February 24, 2004 10:49 PM ...
Hello, Occasional scripter here. I am trying to change one condition (Inserted) to another condition (Translation). Then, I'd like to delete the Inserted...
Hello, everyone! I want to create CombinedFontDefn objects for customize the fonts mapping, but I read all FrameScript reference and find no description about...
I am adding some PgfFmt and ChgFmt to a document and then saving the fm file using the Save XML option. Notwithanding the AlertUserAboutFailure= false as in...
Hi Alexandra, I hate to post this on a public forum, but my private emails to you are bouncing. If you email my your number privately, I will try to call you. ...
Rick Quatro
frameexpert@...
Sep 22, 2006 12:14 am
7181
Hi, FrameScript 3.2R2, FrameMaker 7.1p116 I am experimenting with the Form objects, specifically with EListBox. I create a form, a string list and an EListBox...
Hello Winfried, ... With MultiSelect(False), Run listBoxVar.SelectString should work. With MultiSelect(True), use the following routine: New IntList...
Hi Klaus, Thank you very much for your help! Now it works. Very good. In fact I tried that before but because of another mistake (string list instead of...
Hi all, this is a problem with the framescript user defined dialogs: I added 4 buttons to a form. How can I pass parameters to my OnClick-Event handler? The...
Rookie at this. Existing template has many conditional text tags which are no longer used or should be used. Would like to be able to delete all unused ...
Hello Sven, ... This is not possible. You need to use different subroutines for each button, or check the EControlVar variable in your subroutine. Kind...
Does anyone have any ideas for generating random numbers with FrameScript? Thanks. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Sep 27, 2006 5:47 pm
7188
Hello Rick, ... You could take a look at http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/VERSIONS/eversions.html. There you will find the source code of the...
Hello Klaus, thanks for the reply (Danke schön!). That's the solution. Writing four (almost identical) subroutines is nothing a programmer likes to do, is it?...
Hello Sven, ... Yes, this is possible with FrameScript. If you have identified the palette window in the session's documents (ActiveDoc won't work), you can...
Hi again, I found the following in the framescript user manual (and in Rick's book): "any variable defined in the initial script will remain in memory until...
Hi Tomasz, I posted a related query about a week ago. It's not as easy to mess with conditions as I thought, as they are identified with a number in FrameMaker...
Hi Sven, I am not sure why the GlobalVar statement doesn't follow this, but if you use Set gvVersion = 'some version information'; in your initial script, you...
Rick Quatro
frameexpert@...
Sep 28, 2006 2:39 pm
7194
Hi Rick, thanks a lot, works perfect now. That would have been the least thing I try. As these "variables" are read-only to all other scripts they should be...
Hi list, this one is too strange for me: I designed a user form with several checkboxes and input fields. Also, I added buttons next to each input field. By...