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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 7812 - 7841 of 9208   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7812
I'm having problems with a previously working script that adds files to the end of a book. This is the line of code that is causing the error: // Put file at...
Brad Anderson
brad@...
Send Email
Oct 2, 2007
6:40 pm
7813
Hi Brad, Actually, I just did this in a script. To move a component to the end of the book, you use: Set oBookComp.NextComponentInBook = 0; I think if you only...
Rick Quatro
frameexpert@...
Send Email
Oct 2, 2007
9:11 pm
7814
Rick, I've tried that, too! I end up with an empty book file. Here's the relevant code: // Add the TOC component to the book and set its name and type. New...
Brad Anderson
brad@...
Send Email
Oct 3, 2007
3:45 am
7815
Hi Brad, // Put file at end of book Set vCurrentBookComp.NextComponentInBook = 0; This code should only be used if there is at least one other component in the...
Rick Quatro
frameexpert@...
Send Email
Oct 3, 2007
12:01 pm
7816
Below is the code that I'm running. I'm trying to move the first file in the book to the end of the list of files, but nothing seems to change with this code....
Dan Vint
dvint1_99
Offline Send Email
Oct 5, 2007
6:28 pm
7817
Hello Framers, I have long used FrameScript and MSXML to import XML into unstructured FrameMaker files. MSXML is great because it uses standard XML...
Rick Quatro
frameexpert@...
Send Email
Oct 5, 2007
6:46 pm
7818
Hi Dan, Try this. It works for me: Set oBook = ActiveBook; Set oBookComp = oBook.FirstComponentInBook; Set oBookComp.NextComponentInBook = 0; Rick Quatro ...
Rick Quatro
frameexpert@...
Send Email
Oct 5, 2007
6:49 pm
7819
... I don't follow this. To me this would make the first object in the book now the only object. What am I missing? I'm trying to move the first object to be...
Dan Vint
dvint1_99
Offline Send Email
Oct 5, 2007
7:46 pm
7820
Did you try it? Open a book with more than one component in it, copy/paste the code into the Script Window and press the Run button. It moves the first ...
Rick Quatro
frameexpert@...
Send Email
Oct 5, 2007
8:07 pm
7821
Hi all, this time I have a minor problem with the MSXML ActiveX object. Please check this: New EActiveXObject NewVar (oXmlDoc) ProgId...
Sven Haarkoetter
cum_tacent_c...
Offline Send Email
Oct 11, 2007
1:59 pm
7822
Hi Sven, Test the ErrorCode value of the NewVar object. If the ErrorCode is 0 then it loaded successfully; if it is not equal to 0, it did not load. Rick...
Rick Quatro
frameexpert@...
Send Email
Oct 11, 2007
2:06 pm
7823
Hi Rick, thank you - again :O) It works perfect now. Sven ... 0 then it loaded successfully; if it is not equal to 0, it did not load. ... ...
Sven Haarkoetter
cum_tacent_c...
Offline Send Email
Oct 12, 2007
8:56 am
7824
Hello, I'm very new to FrameScript. My goal is to write FrameScripts that will run in batch mode. It is my understanding that when using RunEslBatch, if...
thebarbs1848
Offline Send Email
Oct 12, 2007
3:29 pm
7825
Hi Barb, Open the EslBatch.ini in your Windows folder and make sure the path points to the correct version of FrameMaker. For example, here is the contents of...
Rick Quatro
frameexpert@...
Send Email
Oct 12, 2007
3:57 pm
7826
Are your sure FrameScript is not starting Frame? I wonder if AutoMap might be shutting down the session of Frame that it might have started to use. ..dan ... ...
Dan Vint
dvint1_99
Offline Send Email
Oct 12, 2007
4:15 pm
7827
... points to the correct version of FrameMaker. For example, here is the ... I think adding the FrameMaker path to the EslBatch.ini file solved my problem. I...
thebarbs1848
Offline Send Email
Oct 15, 2007
12:48 pm
7828
I regret to inform the framescript-users group that Martha Kolman (mouditrix) succumbed to cancer on 12 June 2007. A memorial website has been created at...
M J Davidson
mouditrix
Offline Send Email
Oct 22, 2007
11:31 pm
7829
I am brand new to Framescript, and I have a specific element that is always the child of a table cell. I want to loop through the document and alter the custom...
stever_two
Offline Send Email
Oct 23, 2007
9:04 pm
7830
Hi, Can you send me a sample table offlist? Thanks. Rick Quatro Carmen Publishing 585-659-8267 rickquatro@... www.frameexpert.com...
Rick Quatro
frameexpert@...
Send Email
Oct 23, 2007
9:16 pm
7831
Hi Steve, Here is one way you could find the parent cell after you locate the element. Set oDoc = ActiveDoc; Find FromTextLoc(oDoc.MainFlowInDoc)...
Rick Quatro
frameexpert@...
Send Email
Oct 24, 2007
12:35 am
7832
Hi all, There is a HypertextCommandText property for the document object in framescript. This property comes with a number of others such as ...
erik_willemse
Offline Send Email
Oct 24, 2007
9:04 am
7833
I am slowly getting through the FS Crash Course I am trying to get a list that shows which Language property description applies to each Language Property...
Bodvar Bjorgvinsson
bbjorgvinsson
Offline Send Email
Oct 24, 2007
10:54 am
7834
Hi Bodvar, Many properties in FrameScript (and the FDK) are represented as integers. To make these integers "more readable" they often have constants defined...
Rick Quatro
frameexpert@...
Send Email
Oct 24, 2007
11:46 am
7835
Hi Erik, I have only used these commands once or twice, mainly to process generated list Hypertext markers. Here is an example: // Set a variable for the...
Rick Quatro
frameexpert@...
Send Email
Oct 24, 2007
12:37 pm
7836
Hello Framers and Scripters, I am looking for some right-brain help (or is that left-brain?). I need a web site design for my real estate business,...
Rick Quatro
frameexpert@...
Send Email
Oct 24, 2007
4:47 pm
7837
Just a little clarification. I don't need help coding the website, but with the design itself (color combinations, page layout, logo, etc.). I am looking for...
Rick Quatro
frameexpert@...
Send Email
Oct 24, 2007
5:17 pm
7838
Hi Rick, Thanks for the reply. Sorry for the long elaboration below but I hope it is somehow clear and maybe you can share your ideas about it. The reason why...
erik_willemse
Offline Send Email
Oct 24, 2007
5:49 pm
7839
Hi Erik, Once a paragraph is created, its ObjectID (Unique property) usually stays fixed. If you copy and paste the heading to another location, the ID could...
Rick Quatro
frameexpert@...
Send Email
Oct 24, 2007
6:50 pm
7840
Rick, I will be running the code to open the doc, find the pgf etc... anyway as it is part of an update book process... so probably the fixed objectID in the...
erik_willemse
Offline Send Email
Oct 24, 2007
9:03 pm
7841
This is a followup question to my needing to move a file to the end of book. Turns out there were more requirements. I think if I get the answwer to deleting...
Dan Vint
dvint1_99
Offline Send Email
Oct 24, 2007
9:11 pm
Messages 7812 - 7841 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