If you open an FM document with the application set to the non-structured interface, all structure information is stripped out. Would this solve the problem? I...
5325
Rick Quatro
frameexpert@...
Aug 6, 2004 8:05 pm
Hi Bill, Yes, but I would have to restart FrameMaker in non-structured mode, which takes away most of the automation. Thanks. Rick Quatro Carmen Publishing 585...
I posted a week or so ago about this, but I still can't wrap my mind around it. With my search/replace routine, if the "searched" text is inside of a variable...
Hello Chuck, ... How do you search, Chuck? There are some different methods to search in different objects: Using "Find String InString" is not recommended...
Hi, I have a dialog using a dropdownbox "feeded" by a stringlist. The choosen value of this dropdownbox is used later to be set as a user variable which is...
5331
Rick Quatro
frameexpert@...
Aug 9, 2004 11:44 am
You should be able to use Add Member('') To(sStringList); Rick Quatro Carmen Publishing 585 659-8267 rick@... www.frameexpert.com...
Hello all, I'm new both to this list and to FrameScript. So hello to all! I'd like to automatically run a script, whenever FrameMaker opens certain MIF files...
5333
Marcus Streets
marcus@...
Aug 9, 2004 3:23 pm
... I would write an event script that runs whenever you open a file and looks for the userstring. If it finds the sting, it calls a subrutine to process the...
Hi Klaus- Thanks for the clue; It is almost working. I can detect the difference in the text ranges, but now the "Find.. " command keeps finding the same range...
Hello Frank, Use the methods of Esystem- or the eSys- object for access on the ini-files. ... file? New ESystem NewVar(objESystem); Set vIniFile = ClientDir +...
Hello Chuck. ... Although the FS compiler will assume that you want to search for strings if no object type is specified, I recommend to always specify the...
Hi all, Could anyone tell me whether the term "FrameScript" is valid for a script or not? Obviously, "FrameScript" itself is the FM-plugin. How do you denote a...
I usually refer to the scripts as FrameScripts. If I need to distinquish between the application and the scripts in the same line of thought, I refer to the...
hmmm.. Lots of good points. Consistency is critical, as I just found out the hard way (the spelling error in the TLoc variable). A lot of that worked it's way...
5340
Rick Quatro
frameexpert@...
Aug 9, 2004 8:18 pm
I usually just refer to a "script" if it is obvious that it is a FrameScript script. Otherwise, I use the somewhat awkward "FrameScript script". Rick Quatro ...
I use "FrameScript (FS) script" at first mention, then "FS script" after that if I'm talking to someone who is not familiar with FrameScript, or just "script"...
Hey Scripters - I'm working on an event script to shortcut the XREF creation process. The script will use a shortcut keys to first place a marker (this seems...
Hi Dick- I tried it, but it didn't work. I don't get an error or anything, it just doesn't add the XREF. I think I'll play with the XREF format and see if that...
It turns out you need to update XREFs after you place them (I guess). I added the command "Update XRef Everything;" and that seemed to fix things. Rick ... it ...
FrameScripters, I'm working on a find-and-replace script, and find myself trying to solve a problem that must have been encountered before. A string found in...
Hello Paul, You can move the markers and anchors out of the found text before replacing it: Set vSearch = 'StringToSearch'; Set vReplace = 'StringToReplace'; ...
I've written number of scripts that I want to share with other writers within the company. I write and test the scripts as standard scripts, then migrate them...
Hi all, For a while I've had a strange problem when working with files coming into Frame 7.0 (on a Mac) from recent versions of Microsoft Word: at certain...