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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 5956 - 5985 of 9209   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5956
Hi all, I use a script which prepares FrameMaker books for processing with WebWorksPublisher. After importing styles into the book, the script updates all...
Frank Dissinger
frank_dissinger
Offline Send Email
Apr 1, 2005
10:25 am
5957
Hello Frank, ... You need to Set vBookComp.GenerateInclude = True; for all generated book components before updating the book: Set vBookComp =...
"Müller, Klaus"
klaus_mueller23
Offline Send Email
Apr 1, 2005
10:50 am
5958
Hello Klaus, Thank you for your quick help. Regards, Frank ... You need to Set vBookComp.GenerateInclude = True; for all generated book components before...
Frank Dissinger
frank_dissinger
Offline Send Email
Apr 1, 2005
12:20 pm
5959
Will FrameScript 3.0 run in Framemaker 7.1? I sure hope so. I had to do enough kicking and screaming to upgrade to 7.1. (Well all four Adobe's, Photo, Illus...
William Bernhardt
largeteddybe...
Offline Send Email
Apr 1, 2005
1:42 pm
5960
Bill, Yes FrameScript 3.0 will work with Frame 7.1 (and FS 3.1 will work with FM 7.0) IXGen is a marvellous tool for making indexes easier to create and...
Saunders, Ian, VF UK
iansaunders2004
Offline Send Email
Apr 1, 2005
1:48 pm
5961
Hello Bill, ... If you are currently using IXgen 5.5 and FM 6.0, you might not want to use it with FM 7.1. See the notes from Frank Stearns below. Additional...
"Müller, Klaus"
klaus_mueller23
Offline Send Email
Apr 1, 2005
2:02 pm
5962
I recommend that you upgrade (free from 3.0) to FrameScript 3.2. It contains some bug fixes and a few new features. Rick Quatro Carmen Publishing 585 659-8267 ...
Rick Quatro
frameexpert@...
Send Email
Apr 1, 2005
2:29 pm
5963
I will check into the upgrade. Now for the other part of the story. Someone broke into our building, and permately borrowed over 25 computers, and of course...
William Bernhardt
largeteddybe...
Offline Send Email
Apr 1, 2005
2:48 pm
5964
Last night I discovered an undocumented feature in FrameScript that I want to share with the community. The documentation for Find String says that you must...
Simon Bate
simonbate
Offline Send Email
Apr 1, 2005
5:39 pm
5965
Hi, I experienced an error while running the script below. The error is "FrameScript: Invalid Option(('select count(*) from customers')) on command (Select)" I...
yourmom_of_course
yourmom_of_c...
Offline Send Email
Apr 1, 2005
11:59 pm
5966
Hello Mom, the select command is not allowed in the New EQuery statement. Use the following syntax: New EDB DataSource('XXXX') NewVar(vDB) User('user')...
Karsten Natebus
karsten_natebus
Offline Send Email
Apr 2, 2005
8:34 am
5967
Hello all, I am looking for a utilty or a script for global font replacement in FrameMaker (or MIF) files. Especially for replacing western fonts by CE fonts,...
Wim Hooghwinkel
hooghwinkelwim
Offline Send Email
Apr 5, 2005
3:13 pm
5968
I have FM 7.1 and FS 3.2... Anyone see this problem before? I create a new document, then a new table with one heading row and one body row. Later, I add large...
rickrett
Offline Send Email
Apr 6, 2005
1:47 am
5969
Update... It was putting all of my new rows in the heading row... oops. :-) ~Rick ... new ... Font...
rickrett
Offline Send Email
Apr 6, 2005
2:11 am
5970
Wim, I have done this for my own use (for template development), so it is not ready for passing it on. Please be aware, that additional things have to be...
Michael Müller-Hil...
michaelmh
Offline Send Email
Apr 6, 2005
7:37 am
5971
Hi, I am writing a framescript that will modify the way Framemaker saves backup files on save. I have some of the script written; I was just wondering if...
abaco34
Offline Send Email
Apr 7, 2005
6:22 pm
5972
I have written a FrameScript that saves all FM files in a directory as XML. On saving the XML files, sometimes I get FrameMaker messages, such as "character...
voices_of_spring
voices_of_sp...
Offline Send Email
Apr 11, 2005
3:15 pm
5973
Hello Scripters, I am trying to rename a Reference page that has more than one page. For example, the HTML reference page in a standard Portrait document...
Rick Quatro
frameexpert@...
Send Email
Apr 12, 2005
2:26 pm
5974
Hello Rick, ... The reason for those continued pages is a text frame on that pages with a named & autoconnected flow. One possible solution to rename such...
"Müller, Klaus"
klaus_mueller23
Offline Send Email
Apr 12, 2005
3:29 pm
5975
Thanks, Klaus. That is excellent! Rick ... From: Müller, Klaus To: framescript-users@yahoogroups.com Sent: Tuesday, April 12, 2005 11:29 AM Subject: RE:...
Rick Quatro
frameexpert@...
Send Email
Apr 12, 2005
3:40 pm
5976
Rick, The posted script won't work, if the first graphic on the page is not the connected text frame. ... Because vGraphicNext is not specified, this must be ...
Klaus Mueller
klaus_mueller23
Offline Send Email
Apr 12, 2005
7:19 pm
5977
Mark, To change FrameMaker's default behavior when saving as XML (it is described in the Structured FrameMaker Developer's Guide) you have to create a...
Michael Müller-Hil...
michaelmh
Offline Send Email
Apr 12, 2005
7:26 pm
5978
Hello Scripters, I have a modeless dialog box that I am using as a floating "palette," similar to the paragraph or character catalog. I am using an EListBox ...
Rick Quatro
frameexpert@...
Send Email
Apr 13, 2005
7:05 pm
5979
Hello Rick, ... Set lstPgfFmts.SelIndex = 0; doesn't seem to work. Instead, you could reapply the strings to the list box. Set lstPgfFmts.Strings =...
Klaus Mueller
klaus_mueller23
Offline Send Email
Apr 13, 2005
7:39 pm
5980
Thanks, Klaus. I will give it a try. Rick ... From: Klaus Mueller To: framescript-users@yahoogroups.com Sent: Wednesday, April 13, 2005 3:38 PM Subject: Re:...
Rick Quatro
frameexpert@...
Send Email
Apr 13, 2005
7:44 pm
5981
Hello Rick, use the clear-methode for deleting all strings in the elistbox and then add a stringlist with the strings-property. Best regards karsten...
Karsten Natebus
karsten_natebus
Offline Send Email
Apr 13, 2005
7:46 pm
5982
Rick, ... Instead of looping through all formats of the document, this undocumented document property is much more easy. I recently scanned the fsl3_70.dll...
Klaus Mueller
klaus_mueller23
Offline Send Email
Apr 13, 2005
8:03 pm
5983
LoopNext! Yay, it's starting to look like a real programming language. Thanks for doing this discovery, Klaus. Simon ... From: mueller23@......
Simon Bate
simonbate
Offline Send Email
Apr 13, 2005
8:51 pm
5984
Hi, I searched the archive, but was unable to find anything on finding/replacing variables. Does FrameScript support that? The FS documentation on...
jfkeegan2000
Offline Send Email
Apr 13, 2005
8:54 pm
5985
Hello Jim, The easiest way to replace variables is the following: Set vDoc = ActiveDoc; If (not vDoc) LeaveSub; EndIf Set vVarNameSearch = 'MyOldVarName'; Set...
Klaus Mueller
klaus_mueller23
Offline Send Email
Apr 13, 2005
9:08 pm
Messages 5956 - 5985 of 9209   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