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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 3713 - 3742 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3713
Hello Jeff, ... With FrameScript, you replace text just like in the real world: Find, Delete and Insert. So you may want to take a look at the commands Find...
Klaus Mueller
klaus_mueller23
Offline Send Email
May 1, 2003
11:48 am
3714
Hi Jeff, One note to my previous message: If you have an active document (must be visible!) the first example can be done easier so that it does find text also...
Klaus Mueller
klaus_mueller23
Offline Send Email
May 1, 2003
12:27 pm
3715
Thanks. Question concerning Find String versus Find FromTextLoc and wildcards. It appears that I need wildcard option for Find String, but apparantly that is...
Jeff Cunningham
jclefty2000
Offline Send Email
May 1, 2003
5:55 pm
3716
It sounds like this thread is still talking about s/r files in a book. If I were doing this I would create a string list of file names and use it in a loop...
rsdelong
Offline Send Email
May 1, 2003
6:25 pm
3717
Hello Framers, My ChapterTOC script is now available for purchase. A demo is also available. Thank you very much. Rick Quatro Carmen Publishing 585-391-6702...
Rick Quatro
frameexpert
Offline Send Email
May 1, 2003
7:25 pm
3718
Jeff, ... To extract text from a string, you need the command Get String FromString. If your filename has a fixed length, it is easy: Set vOldName =...
Klaus Mueller
klaus_mueller23
Offline Send Email
May 1, 2003
8:07 pm
3719
Thanks for your help. Can you also search for special characters. I could not find an option for special characters. For example, if you want to replace all...
Jeff Cunningham
jclefty2000
Offline Send Email
May 1, 2003
10:53 pm
3720
Hi Jeff, ... You need to convert special chars for FrameScript when - getting strings from FM-external processes (Windows) - typing special chars directly in...
Klaus Mueller
klaus_mueller23
Offline Send Email
May 2, 2003
7:50 am
3721
Set vPgf = TextSelection.Begin.Object; Set vPgf.Start = PgfTopOfPage; Rick Quatro Carmen Publishing 585-391-6702 (NEW NUMBER) rick@... ...
Rick Quatro
frameexpert
Offline Send Email
May 2, 2003
1:13 pm
3722
Can anybody tell me how to set a negative metric value? I'm trying to modify the BaselineOffset of inline anchored frames, but I can't seem to give it a...
dan visel
viselsparknotes
Offline Send Email
May 2, 2003
3:05 pm
3723
... Thanks, Rick. That sounds perfect....
Rick Henkel
rickhenkel
Offline Send Email
May 2, 2003
5:28 pm
3724
Hi Dan, Post the anchored frame code and someone should be able to help you. Thanks. Rick Quatro Carmen Publishing 585-391-6702 (NEW NUMBER) ...
Rick Quatro
frameexpert
Offline Send Email
May 2, 2003
8:29 pm
3725
What I'm doing essentially boils down to this. I'm looping through a book and finding every inset graphic in each document (I've left this part of the code...
dan visel
viselsparknotes
Offline Send Email
May 3, 2003
11:24 pm
3726
Dan, Setting baseline offset with FrameScript is opposite of doing it in the FrameMaker interface. If you want -12 (as in the interface), use 12 in your ...
Rick Quatro
frameexpert
Offline Send Email
May 4, 2003
1:26 am
3727
Huh! that's right! Thanks, I hadn't tried that. Is there a reason that FrameScript is backwards like this? Is this documented anyway? And are there other...
dan visel
viselsparknotes
Offline Send Email
May 4, 2003
6:30 pm
3728
It may be mentioned in the FDK documentation, but I am not sure. I figured it out by trial and error. Rick...
Rick Quatro
frameexpert
Offline Send Email
May 4, 2003
10:09 pm
3729
Hi Klaus, I had problems when I tried to call a script within a file when the commands where not included in a sub. Did you try the following? Write...
georg3200
Offline Send Email
May 5, 2003
1:03 pm
3730
Hi Georg, Thanks for your answer. Unfortunately, whether the FC is in a sub or not: About 85 percent of the installed script commands will return such a...
"Müller, Klaus"
mueller_itl
Offline Send Email
May 5, 2003
2:21 pm
3731
Hello, How Come This does not work? Open Book File(bookpath) NewVar(vBook); Update Book BookObject(vBook) NewVar(docobj); The update command says: Error in...
livelinxbenb
Offline Send Email
May 5, 2003
3:37 pm
3732
Try dropping the NewVar parameter with its value. Rick Quatro Carmen Publishing 585-391-6702 (NEW NUMBER) rick@... http://www.frameexpert.com ...
Rick Quatro
frameexpert
Offline Send Email
May 5, 2003
4:09 pm
3733
Hi all, I'm a newbie in FrameScript and I'm facing tough days trying to use Unicode. Is out there a charitable person willing to help me? This is my situation:...
remomaccaferri
Offline Send Email
May 6, 2003
4:02 pm
3734
Hi There I have a problem when I try to save a document as a XML-File. I do the following (Framemaker7(structured), Elmscript2.1R3): I open 10 documents in a...
georg3200
Offline Send Email
May 9, 2003
1:52 pm
3735
Georg, When you save the file, use the DocObject parameter with the object that you retrieved on the Open Document command. Rick Quatro Carmen Publishing ...
Rick Quatro
frameexpert
Offline Send Email
May 9, 2003
2:08 pm
3736
Hi Rick, I changed the line with the save command to: Save Document DocObject(vDocFile) FileType(SaveFmtXml) File (vDirNameFM+vOutFileName)...
georg3200
Offline Send Email
May 10, 2003
3:23 pm
3737
Hi there, It seems that the file itself was corrupt. I tested it with another file and now everything works fine... Thanks Georg Mees, InnoP GmbH ... I ... and...
georg3200
Offline Send Email
May 12, 2003
12:05 pm
3738
Hi all, We have several large books (600+ files, 7000+ pages, 20,000+ cross-refs). We have a script to set the chapter numbering and update the cross-refs....
lemoco
Offline Send Email
May 13, 2003
5:35 pm
3739
Hello List. I have a suite of scripts that do various formatting checks on our documents. I want to use the UserString property of the Document to mark it with...
hokuspokus22
Offline Send Email
May 14, 2003
12:00 pm
3740
The only thing you have to worry about is someone else's plugin or script overwriting the UserString property. For example, Documentum uses the Doc.UserString...
Rick Quatro
frameexpert
Offline Send Email
May 14, 2003
12:13 pm
3741
... If you are using Structured FM that is NOT true. Entity names are stored in the UserString property. Writing to the UserString will/may result in odd...
eric.dunn@...
Ford_Prefect...
Offline Send Email
May 14, 2003
12:17 pm
3742
I am sorry about that; I stand corrected. Thanks. Rick ... From: <eric.dunn@...> To: <framescript-users@yahoogroups.com> Sent:...
Rick Quatro
frameexpert
Offline Send Email
May 14, 2003
12:32 pm
Messages 3713 - 3742 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