Hi Rick, It depends on how you are doing your find. I assume you are using Find FromTextLoc. A better approach might be to use Find String InObject. Put all of...
Rick Quatro
frameexpert@...
Jul 1, 2004 1:08 pm
5230
Please go to our website and download FrameScript 3.1 Release 2. We found a bug that causes FrameMaker to crash and have corrected it with Release 2. Sorry...
Thanks, Rick. I was indeed using Find FromTextLoc. I was able to take your suggestion and make it work for me. Rick ... Find ... Put all ... for each...
Hello Rick, ... The approach - Loop through your acronyms list - Find each acronym in each paragraph or document or - Loop through each paragraph - Loop...
Thanks, Klaus. I'll give this a shot when I get back in the office on Tuesday. Unfortunately, we're still running 2.1, so I won't be able to do it the easy way...
I've had to reinstall Frame and now when I try to install Framescript it complains that my license is invalid and that I have the wrong/incompatible version of...
... The version patches have nothing to do with that. Check the exact license numbers in the maker.ini. You will find two numbers there: ASN and RegNum. You...
David, The patches, etc. should not have any affect on it. FrameScript's serial number is keyed to your FrameMaker serial number so make sure you enter the ...
Rick Quatro
frameexpert@...
Jul 5, 2004 11:16 am
5238
Rick That's what I thought, and is why I double-checked. I even have a copy of maker.ini to check the serial numbers, etc. I will, however, triple-check... I...
ok, got that sorted. When I reinstalled I used the other FrameMaker license <blush>. thanks for the help. David ... -- David O'Brien Sr. Technical Writer &...
Can somebody help me modify the following script? Frame 7.0, FS 2.1R3 Set vDoc = ActiveDoc; New BodyPage PrevObject(vDoc.CurrentPage) NewVar(vPage); New...
David, Add this to the end of your code. // Get the BodyText paragraph format object. Get Object Type(PgfFmt) Name('BodyText') DocObject(vDoc) NewVar(oPgfFmt);...
Rick Quatro
frameexpert@...
Jul 7, 2004 12:39 am
5242
Thanks Rick, works perfectly. You're either a night-owl or we're in the same time-zone... usually don't expect many answers until the next day :-) Cheers ...
I've not been able to find a way to read or set built-in table titles in FrameScript. Anyone have a clue as to how one might do this? The only propertioes...
Use the TblTitlePosition property to set the existence and placement of the table title. Then use the FirstPgf property of the table to access the table title...
Rick Quatro
frameexpert@...
Jul 7, 2004 5:31 pm
5245
Thanks, Rick! I missed that one! One more question, if you please. Some of my table titles have overrides, and I wish to remove them. I tried this, and while...
You need to look for VariableBegin text items. Variables and Markers are two different things. Rick Quatro Carmen Publishing 585 659-8267 rick@... ...
Rick Quatro
frameexpert@...
Jul 8, 2004 8:45 pm
5248
Some of my table title parargaphs have overrides, and I wish to remove them. I tried this, and while it does seem to detect the overrides correctly, the apply...
Anybody know how to change cross-reference formats globally across a book, for example, instead of using the section Format in the for cross references I want...
Hello, From FM 6.5/7.1 to print a PDF File in non sep. CYMK style (under Windows): up to now, i dont find a solution. Did someone here have a solution ? (i...
FM 6, FS 3, Win2000. Shameless, unsolicited plug follows: I'm fairly new to FrameScript, and I've been banging my head against my monitor most of the evening...
Esther, This will work with a single document. You should be able to find some code in the archives that will help you adapt it for a book. Set oDoc =...
Rick Quatro
frameexpert@...
Jul 10, 2004 11:41 am
5254
Alex, Thank you very much for the encouraging feedback. I appreciate it. Rick Quatro Carmen Publishing 585 659-8267 rick@... www.frameexpert.com...
Rick Quatro
frameexpert@...
Jul 10, 2004 11:41 am
5255
Hi, I have a document with different chapters. My boss wants the footnotes to be started for each chapter. Sometimes I have the end of the one chapter and the...
Going beyond what FrameMaker can do according to its DOM (Document Object Model) is not possible. You cannot extend the basic functionality of the product. But...
I expected that it's not possible, but I was not sure. Starting a new chapter on a new page will not be an option, so I think I'll have to change the footnotes...