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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 8989 - 9018 of 9208   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8989
Hi, I'm having a problem setting an attribute value. When I debug the script it looks good, but when the script finishes the attribute doesn't have the value,...
d_aniel_1975
Offline Send Email
Jun 1, 2009
1:56 pm
8990
Hi Daniel, You have to apply the modified attribute list back to the element. I usual do this with a function: Set iResult =...
Rick Quatro
frameexpert@...
Send Email
Jun 1, 2009
2:12 pm
8991
Perfect, now I understand. Thanks, Rick. Daniel 2009/6/1 Rick Quatro <frameexpert@...>...
Daniel
d_aniel_1975
Offline Send Email
Jun 1, 2009
3:57 pm
8992
I'm not sure if this is possible, but I'm wanting to write a script that will open a PDF with Acrobat. The purpose is simply to have an item on the scripts...
Brandon Bull
guitarofgold
Offline Send Email
Jun 2, 2009
3:10 pm
8993
Hi Brandon, You could use the eSys.RunProgram command to launch the PDF with a command line call. I am not sure what the correct call is, but this should get...
Rick Quatro
frameexpert@...
Send Email
Jun 2, 2009
6:24 pm
8994
Thanks, Rick. Had to add "Wait(0)" at the end of the Run eSys line to make the script terminate right away instead of waiting some default time....
Brandon Bull
guitarofgold
Offline Send Email
Jun 4, 2009
7:41 pm
8995
I'm importing a table into a blank document from a text file that follows the form of Text-Tab-Text-Tab-Text. Occasionally, some of the text in the middle...
Brandon Bull
guitarofgold
Offline Send Email
Jun 4, 2009
7:49 pm
8996
Hi Brandon, You are making me think way, way back, but I seem to remember that this was an issue with one of my scripts. The solution was to pre-process the...
Rick Quatro
frameexpert@...
Send Email
Jun 4, 2009
7:59 pm
8997
Hi! I'm working on a script that selects text between 2 paragraphs. What I would like to do is scroll through the document from the insertion point (which will...
nitzarn
Offline Send Email
Jun 15, 2009
4:21 pm
8998
Hello Nick, Although there are some smaller issues in your script, it seems to work for me. Add the following line to the end of the script Set...
Mueller, Klaus
klaus_mueller23
Offline Send Email
Jun 15, 2009
5:47 pm
8999
Thanks for your help Klaus! I managed to solve it yesterday though, before the moderator approved my message. This is what i ended up with: Set oDoc =...
nitzarn
Offline Send Email
Jun 16, 2009
6:26 am
9000
I asked in a framemaker forum a long time ago without a good answer, so I thought I would bring it up here. I've got an old document (5+ years) with one body...
cwillardr
Offline Send Email
Jun 22, 2009
5:48 pm
9001
Does anyone have a script (or sample script) that can search all of the markers in an FM doc and if it contains "\<$nopage\>", change it to "<$nopage>" (quotes...
Chris Moore
dblayout
Offline Send Email
Jun 23, 2009
3:02 am
9002
Try this: Set vDoc = ActiveDoc; Set vMarker = vDoc.FirstMarkerInDoc; Loop While(vMarker); Set vMarkerText = vMarker.MarkerText; Set vNewText =...
Wolicki, Benjie
bwolicki
Offline Send Email
Jun 23, 2009
6:24 am
9003
FANTASTIC. Thanks a bunch. ... -- ... Chris Moore (972) 288-5007 (972) 288-5058 fax...
Chris Moore
dblayout
Offline Send Email
Jun 23, 2009
3:01 pm
9004
I have a request from a customer to NOT combine Index / Marker entries with the same name into 1 line. For example, current my TOC (or markers) looks like...
Chris Moore
dblayout
Offline Send Email
Jun 23, 2009
3:27 pm
9005
Hi Chris, To get separate entries like this, try using a list of markers instead of an index of markers. A list will give you a separate entry for each marker....
Rick Quatro
frameexpert@...
Send Email
Jun 23, 2009
4:52 pm
9006
When I try that, I no longer get the entries under each level. Level 1.....1 Level 1a Level 1b Level 2......5 Level 2a Level 2......7 Level 2b etc. Does that...
Chris Moore
dblayout
Offline Send Email
Jun 23, 2009
5:08 pm
9007
Hi Chris, Yes, I see what you mean. You will probably have to generate a standard index and then use FrameScript to post-process the index and make a separate ...
Rick Quatro
frameexpert@...
Send Email
Jun 23, 2009
6:04 pm
9008
I will end up having to add a unique character to each duplicate because some of the sub-entries go with a specific upper-entry, not all upper-entries. Thanks....
Chris Moore
dblayout
Offline Send Email
Jun 23, 2009
6:23 pm
9009
I may try & see if there are any non-printable characters I could use to make an entry unique. At least that way I wouldn't have to post process......maybe. ...
Chris Moore
dblayout
Offline Send Email
Jun 23, 2009
6:24 pm
9010
... because ... Forgive me, but I don't see how this makes sense. Let's use a real example. You're saying you have multiple index markers for the entry ...
Combs, Richard
richardgcombs
Offline Send Email
Jun 23, 2009
7:44 pm
9011
Well, that made a lot more sense before the stupid list stripped out the white space for indents. Let's try underscores instead of spaces: ... because ... ...
Combs, Richard
richardgcombs
Offline Send Email
Jun 23, 2009
7:57 pm
9012
Just to clarify what is required by the customer: (underscores represent an indention in the index levels) Fruit....2 __Apple __Orange Fruit...6 __Grape ...
Chris Moore
dblayout
Offline Send Email
Jun 23, 2009
8:07 pm
9013
... I second that! And I sometimes talk far too long to customers to talk them out of IMO bad ideas. I am not sure if this is also part of what indexing...
Michael Müller-Hil...
michaelmh
Offline Send Email
Jun 23, 2009
8:25 pm
9014
Again, it doesn't matter what any of us think, its what I have to create for the paying customer. I agree with everyone here, I would never recommend an index...
Chris Moore
dblayout
Offline Send Email
Jun 23, 2009
8:36 pm
9015
... Obviously the level 1 index entries look the same but are _not_ the same, or else the distinction would be useless. In FrameMaker you can add the sorting...
Michael Müller-Hil...
michaelmh
Offline Send Email
Jun 23, 2009
8:44 pm
9016
Excellent idea. I will go test that out this afternoon and report back. Thanks again. On Tue, Jun 23, 2009 at 3:44 PM, Michael Müller-Hillebrand < ... -- ... ...
Chris Moore
dblayout
Offline Send Email
Jun 23, 2009
8:55 pm
9017
Hi Chris, I can see two possibilities, but both a bit tedious. One is to create several marker types and use a different marker type for each sequential same...
Wim Hooghwinkel - idtp
hooghwinkelwim
Offline Send Email
Jun 23, 2009
9:04 pm
9018
This didn't seem to work. Gave me some weird results. I am going to continue to look at it from this angle though. Thanks again. On Tue, Jun 23, 2009 at 3:44...
Chris Moore
dblayout
Offline Send Email
Jun 24, 2009
2:56 pm
Messages 8989 - 9018 of 9208   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