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 7993 - 8023 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7993
thank you. ... references to text....
sivatar
Offline Send Email
Jan 1, 2008
8:24 am
7994
Hello I need your help regarding how to change variable definitions. My problem is the following : I manage all my variables (about five hundred) in one...
Vincent
vhurtel
Offline Send Email
Jan 2, 2008
12:05 pm
7995
Hi Vincent, You could use something like this inside your loop. Set vCurrentVarFmt.Fmt = eStr.ReplaceAll{vCurrentVarFmt.Fmt,'<Emphasis>','<AsIs>'}; Rick Quatro...
Rick Quatro
frameexpert@...
Send Email
Jan 2, 2008
1:30 pm
7996
Hello Rick Thanks a lot for your help FrameMaker (7.1) displays the following error message when I run your script. "FrameScript : Run Error (Invalid Object...
Vincent Hurtel
vhurtel
Offline Send Email
Jan 2, 2008
2:02 pm
7997
Hi Vincent, Did you put the command inside of your loop? I just tested it with FrameScript 3.2R2 and it works fine. Make sure that the Set command is all on...
Rick Quatro
frameexpert@...
Send Email
Jan 2, 2008
2:15 pm
7998
Sorry, I did not put it inside my loop. It works fine ! Thank you a lot for your help ! Vincent _____ From: framescript-users@yahoogroups.com ...
Vincent Hurtel
vhurtel
Offline Send Email
Jan 2, 2008
2:20 pm
8000
Hi All! I came across an old post here with Rick Quatro's script on importing Multiple page PDFs. It works great on FrameMaker 7.2 with FrameScript 4.1. But...
chattychixdoll
Offline Send Email
Jan 3, 2008
7:42 pm
8001
Hi Chat., It works for me with FrameMarker 8 and FrameScript 5.0. When you the Cancel button in the Select PDF Page dialog box, it should end the loop. This...
Rick Quatro
frameexpert@...
Send Email
Jan 3, 2008
7:53 pm
8002
I want to process all occurrences of a certain table format except when that format is used for subtables (tables within anchored frames within another table)....
Rick A. Henkel
rickhenkel
Offline Send Email
Jan 8, 2008
7:53 pm
8003
Rick, You have to check whether the table anchor position is inside a TextFrame (which it always is) inside an AFrame. Normal tables are anchored in a...
Michael Müller-Hil...
michaelmh
Offline Send Email
Jan 8, 2008
9:22 pm
8004
... Thanks, Michael. Exactly what I needed. Rick...
Rick A. Henkel
rickhenkel
Offline Send Email
Jan 9, 2008
9:04 pm
8005
Hi, I'm trying to write a script that will find certain information within a document, and plant it in the PDFDocInfo, so it will be picked up as metadata when...
Wolicki, Benjie
bwolicki
Offline Send Email
Jan 10, 2008
7:55 am
8006
Hello, Are there special characters? FM falls for special characters. Convert all special characters to Hex. Best regards Karsten   Hi,   I’m trying to...
framescript@...
karsten_natebus
Offline Send Email
Jan 10, 2008
8:14 am
8007
Hi, There was one special character, a registered trademark sign. When I delete it directly in FM, the script works fine. When I delete it as follows, it...
Wolicki, Benjie
bwolicki
Offline Send Email
Jan 10, 2008
10:57 am
8008
Hello, convert all data strings to hex. best regards Karsten Set vTitle = GetHtmlNumericString{vTitle}; ...
framescript@...
karsten_natebus
Offline Send Email
Jan 10, 2008
11:12 am
8009
Thank you. ________________________________ From: framescript-users@yahoogroups.com [mailto:framescript-users@yahoogroups.com] On Behalf Of...
Wolicki, Benjie
bwolicki
Offline Send Email
Jan 10, 2008
11:54 am
8010
Hi I'm new to Framescript. Basically I'd like to know can I use it to extract code comments (either C++ or Java) into a source Framemaker document? Thanks...
equigley77
Offline Send Email
Jan 10, 2008
4:20 pm
8011
... Well, no simple, but an interesting task. What comes to my mind is a new feature of FrameScript version 5: A text parser. I haven't worked with it, but I...
Michael Müller-Hil...
michaelmh
Offline Send Email
Jan 10, 2008
5:08 pm
8012
Michael's suggestion of trying the text parser is a good idea. Another approach would be to use regular expressions to extract the comments. With FrameScript...
Rick Quatro
frameexpert@...
Send Email
Jan 10, 2008
5:26 pm
8013
Hi, How can I open a FM dialog box from within a script? Specifically, I want to open the PDF Document Info dialog box. Is there any way to do this? Thanx, ...
Wolicki, Benjie
bwolicki
Offline Send Email
Jan 15, 2008
1:49 pm
8014
Hi Benjie, Many of FrameMaker's dialog boxes can be opened within FrameScript using f-codes. However, you can't use FrameScript to manipulate the dialog box ...
Rick Quatro
frameexpert@...
Send Email
Jan 15, 2008
2:07 pm
8015
Hello, use the execute fc commands. Execute FC KbdDocInfo; best regards Karstsen   Hi,   How can I open a FM dialog box from within a script?  Specifically,...
framescript@...
karsten_natebus
Offline Send Email
Jan 15, 2008
2:11 pm
8016
Hi, I am new to FrameScript and scripting as well. I need to save all opened files within a book from a script. This is what I have but it looks like I am...
Richard Pesant
richardpesant
Offline Send Email
Jan 16, 2008
12:12 am
8017
I tried using this, and it doesn't seem to work. I tried a script that has just this one line init, and it still doesn't work. Is there something else that...
Wolicki, Benjie
bwolicki
Offline Send Email
Jan 16, 2008
8:50 am
8018
Hello Richard, the book component is not a document object. Check the file name of the bookcomponent with the file names of all open documents in the current...
framescript@...
karsten_natebus
Offline Send Email
Jan 16, 2008
9:03 am
8019
Hello, this is the correct command line. Is a book or document active? Best regards Karsten   I tried using this, and it doesn’t seem to work.  I tried a...
framescript@...
karsten_natebus
Offline Send Email
Jan 16, 2008
9:08 am
8020
I tried both. Neither works ________________________________ From: framescript-users@yahoogroups.com [mailto:framescript-users@yahoogroups.com] On Behalf Of ...
Wolicki, Benjie
bwolicki
Offline Send Email
Jan 16, 2008
9:12 am
8021
Hi Richard, a book component is different from a document. Book components store all the data you set for what is represented as a part of the book. A document...
Michael Müller-Hil...
michaelmh
Offline Send Email
Jan 16, 2008
9:20 am
8022
Hello Benjie, That's beyond me. Sorry. Best regards Karsten I tried both.  Neither works   From: framescript-users@yahoogroups.com...
framescript@...
karsten_natebus
Offline Send Email
Jan 16, 2008
9:43 am
8023
It works for me with FrameMaker 8. Note that a document has to be open for it to work. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Send Email
Jan 16, 2008
12:46 pm
Messages 7993 - 8023 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