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 5094 - 5123 of 9208   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5094
Rick & Klaus, Thanks for your suggestions! Unfortunately, I have alrady checked the variable/subroutine naming issue; so it's not that. I have also included...
Saunders, Ian, VF UK ...
iansaunders2004
Offline Send Email
Jun 2, 2004
8:47 am
5095
Hello Ian, I can confirm that there is an error in FS 3.0 and the current FS 3.1 beta: Removing members from condition format lists does not work, neither with...
Klaus Mueller
klaus_mueller23
Offline Send Email
Jun 2, 2004
11:13 am
5096
Klaus, Many thanks for your help! I have modified my script with the workaround you suggest and it does, indeed, work under FrameScript V3.0. The problem looks...
Saunders, Ian, VF UK ...
iansaunders2004
Offline Send Email
Jun 2, 2004
12:44 pm
5097
I just encountered this yesterday. The following test failed with FrameScript 3 but worked with FrameScript 2.1 and 3.1. If...
Rick Quatro
frameexpert@...
Send Email
Jun 2, 2004
12:50 pm
5098
Hi, I'm trying to assess the difficulty of writing a FrameScript to automatically export and reference any embedded graphics. I don't see any obvious objects...
Alan Houser
pm1762
Offline Send Email
Jun 4, 2004
7:02 pm
5099
Hello Alan, ... You may want to take a look at the FS "Export" command. Please note that "Important: The Export Object command is an unsupported FrameMaker FDK...
Klaus Mueller
klaus_mueller23
Offline Send Email
Jun 4, 2004
7:17 pm
5100
Hi Allen, use the FrameScript command 'Export Object'. Set objGph = FirstSelectedGraphicInDoc; Export Object(objGph) File('c:\firstgraphic.gif') ...
Karsten Natebus
karsten_natebus
Offline Send Email
Jun 4, 2004
7:22 pm
5101
I cannot delete text from the Script Window. Is this a known bug? How do I fix this annoyance? Lorin Ledger Editor Spirit of Math Schools Inc. To promote...
Lorin Ledger
canonwords
Offline Send Email
Jun 5, 2004
3:09 am
5102
Is there an on-line tutorial, or a book that would help me get started with FrameScript. The online pdf's that ElmSoft provide are very comprehensive, but I...
Lorin Ledger
canonwords
Offline Send Email
Jun 5, 2004
3:09 am
5103
Hi Lorin, Try www.frameexpert.com <http://www.frameexpert.com> . Rick Quatro (that's his website) has also written a great book which you can buy there. John...
John Francis
jfrancis999
Offline Send Email
Jun 5, 2004
3:38 am
5104
Thanks. Looks like a great website. _____ From: John Francis [mailto:jfrancis@...] Sent: 4 June 2004 11:38 PM To:...
Lorin Ledger
canonwords
Offline Send Email
Jun 5, 2004
11:30 am
5105
Hi Lorin, I have never seen this. What version of FrameScript are you using? What exactly are you doing to delete the text? Thanks. Rick Quatro Carmen...
Rick Quatro
frameexpert@...
Send Email
Jun 5, 2004
1:27 pm
5106
Hi, how can I set/change the dictionary of a file/a book? We have kanguage specific dictionarys which are stored as a single file each and should be set before...
willibutz78
Offline Send Email
Jun 7, 2004
6:46 am
5107
Hello there, I got a simple question, but this morning I just don't find the answer. I open a text file with FormatId 'Text' like this Open Document...
Guido Carl
gcarladwin
Offline Send Email
Jun 7, 2004
8:30 am
5108
Hello Guido, ... to get the FilterFormatID for export filter, Rick Quatro posted the following lines at september 2003. I think you can modify it to get the ...
Michael.Kaemper@...
michaka67
Offline Send Email
Jun 7, 2004
9:13 am
5109
Hello Michael, thanks for your answer. The script may easily be changed for import filters, but that doesn't answer my question! It just leads me to the TEXT...
Guido Carl
gcarladwin
Offline Send Email
Jun 7, 2004
9:45 am
5110
Hi Guido, Try this code. For more information, see page 249 of the FDK Programmer's References for FM 7. Open Document File(lvFileName) NewVar(lvDoc) ...
Rick Quatro
frameexpert@...
Send Email
Jun 7, 2004
11:42 am
5111
Hi Rick, FrameScript Version 3.0 for FrameMaker 7.0, but I'm running FM 7.1. I don't know if that makes a difference, but thought it might be worth a mention ...
Lorin Ledger
canonwords
Offline Send Email
Jun 7, 2004
2:14 pm
5112
Lorin, Sounds like the same problem I used to have when our IT dept "upgraded" our network. Some things to check... make sure that the file you are editting...
Dillon, Eric W - Norm...
eric_w_dillon
Offline Send Email
Jun 7, 2004
2:29 pm
5113
Eric, Nope, that's not it. But thanks. Lorin _____ From: Dillon, Eric W - Norman, OK - Contractor [mailto:eric.w.dillon@...] Sent: 7 June 2004 10:28 AM ...
Lorin Ledger
canonwords
Offline Send Email
Jun 7, 2004
2:37 pm
5114
Hi, Rick. Thanks a lot. You took me to the right way! ... First, your code didn't suffice to make it :-( Apparently, 'TASC' was undefined on my PC. I took a...
Guido Carl
gcarladwin
Offline Send Email
Jun 8, 2004
9:20 am
5115
Hi folks, I have written a script that, among other things, shows/hides conditional text and hides condition indicators for all the documents in a book. At the...
Martin Polley
sagipolley
Offline Send Email
Jun 8, 2004
3:44 pm
5116
Martin, There are options on the Open Document command that will let you open the documents without being bothered with unresolved cross-references messages, ...
Rick Quatro
frameexpert@...
Send Email
Jun 8, 2004
4:21 pm
5117
... Well, in FM6 or later, you can do it in the interface: select all files in the book window, and then select View > Show/Hide Conditional Text. ...
Combs, Richard
rgcombs1
Offline Send Email
Jun 8, 2004
4:44 pm
5118
Thanks a lot to both Rick and Richard. After some more-than-superficial digging in the archives, I found that Rick had answered a similar ... Adding this, and...
Martin Polley
sagipolley
Offline Send Email
Jun 8, 2004
7:34 pm
5119
Martin, In FM 7.1 (or prev. versions?) you can define conditional text show/hide settings for an entire book using the following method: Select all the files...
Lorin Ledger
canonwords
Offline Send Email
Jun 9, 2004
12:58 am
5120
I am trying to replace an up-arrow key (represented by "\x7f" in the FrameMaker MIF file) with a text string. I can't seem to match hex value with the...
snairb666
Offline Send Email
Jun 9, 2004
12:54 pm
5121
Hello Scripters, I am trying to do some script work with a document with Chinese characters. I am having trouble making accurate text ranges in the paragraphs...
Rick Quatro
frameexpert@...
Send Email
Jun 9, 2004
1:07 pm
5122
Hello Scripters, The FDK 7 release notes say ? Changes to F_ApiFind() that allow searching through all the components in a book. However, the Programmers...
Rick Quatro
frameexpert@...
Send Email
Jun 9, 2004
6:07 pm
5123
Is it possible to save OLE objects, namely, Visio files, out of FrameMaker into separate files using Framescript? The Export Object command seems to export...
dacoverston
Offline Send Email
Jun 9, 2004
7:01 pm
Messages 5094 - 5123 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