Search the web
Sign In
New User? Sign Up
framescript-users · FrameScript Users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5229 - 5258 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5229
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@...
Send Email
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...
Newton Furia
fcicomunicacao
Offline Send Email
Jul 1, 2004
4:39 pm
5231
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...
Rick A. Henkel
rickhenkel
Offline Send Email
Jul 1, 2004
6:07 pm
5232
Hello Rick, ... The approach - Loop through your acronyms list - Find each acronym in each paragraph or document or - Loop through each paragraph - Loop...
Klaus Mueller
klaus_mueller23
Offline Send Email
Jul 1, 2004
9:59 pm
5233
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...
Rick A. Henkel
rickhenkel
Offline Send Email
Jul 2, 2004
3:14 pm
5234
See the attached file for details....
harvey@...
xyhg2001
Offline Send Email
Jul 3, 2004
1:24 pm
5235
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...
David O'Brien
whitewaterpu...
Offline Send Email
Jul 5, 2004
1:36 am
5236
... 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...
Michael Müller-Hil...
michaelmh
Offline Send Email
Jul 5, 2004
7:10 am
5237
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@...
Send Email
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...
David O'Brien
whitewaterpu...
Offline Send Email
Jul 5, 2004
10:18 pm
5239
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 &...
David O'Brien
whitewaterpu...
Offline Send Email
Jul 5, 2004
11:22 pm
5240
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 O'Brien
whitewaterpu...
Offline Send Email
Jul 6, 2004
11:49 pm
5241
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@...
Send Email
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 ...
David O'Brien
whitewaterpu...
Offline Send Email
Jul 7, 2004
1:56 am
5243
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...
monoclast
Offline Send Email
Jul 7, 2004
3:47 pm
5244
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@...
Send Email
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...
monoclast
Offline Send Email
Jul 8, 2004
3:40 pm
5246
I'm looking for "(continued)" variable markers in table titles: get TextList inObject (table.FirstPgf) MarkerAnchor newVar (textList) write console '*** found...
monoclast
Offline Send Email
Jul 8, 2004
7:14 pm
5247
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@...
Send Email
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...
monoclast
Offline Send Email
Jul 9, 2004
12:39 pm
5249
Thanks, Rick. I've got it working now! = ) -mono ... are two...
monoclast
Offline Send Email
Jul 9, 2004
12:59 pm
5250
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...
Esther Asham
esyasham
Offline Send Email
Jul 10, 2004
5:09 am
5251
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...
hallo0412
Offline Send Email
Jul 10, 2004
5:09 am
5252
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...
Alex Maynes
alex_maynes
Offline Send Email
Jul 10, 2004
6:18 am
5253
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@...
Send Email
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@...
Send Email
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...
Georg Mees
georg3200
Offline Send Email
Jul 12, 2004
12:29 pm
5256
... It is not possible with Windows. With Mac OS it works. - Michael -- ________________________________________________________________ Michael...
Michael Müller-Hil...
michaelmh
Offline Send Email
Jul 12, 2004
1:15 pm
5257
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...
Michael Müller-Hil...
michaelmh
Offline Send Email
Jul 12, 2004
1:33 pm
5258
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...
Georg Mees
georg3200
Offline Send Email
Jul 13, 2004
9:24 am
Messages 5229 - 5258 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help