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 7078 - 7107 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7078
Hi Scripters, I hope this topic is acceptable. Let me know if it is not. I'm currently employed as a tech writer who has to squeeze in time for FrameScript on...
yourmom_of_course
yourmom_of_c...
Offline Send Email
Aug 2, 2006
3:56 am
7079
Hi folks; I'm hoping that this position might be of interest to some of you! My thanks to the Group Administrator for allowing me to post this. In case you're...
socttvmware
Offline Send Email
Aug 3, 2006
9:15 pm
7080
Thanks alot Klaus! Works fine and saves me wasting alot of time. Could you explain what each pair of single and double quotes do exactly....(BTW my name is...
soqcy
Offline Send Email
Aug 4, 2006
8:35 pm
7081
Hi All, I tried to run the AddTableContVariable.fsl script file posted in the Files folder of the framescript-users yahoo group. I am getting the following...
Raghu Ram
praguram
Offline Send Email
Aug 8, 2006
5:29 pm
7082
Hello joeh456, ... There are a number of errors in this script. Sub LoopThroughFormats does not exist Sub IsDocOpenAlready is obviously replaced by parts ... ...
Klaus Mueller
klaus_mueller23
Offline Send Email
Aug 8, 2006
9:58 pm
7083
Hello Raghu Ram, ... There are a number of errors in this script. Sub LoopThroughFormats does not exist Sub IsDocOpenAlready is obviously replaced by parts ......
Klaus Mueller
klaus_mueller23
Offline Send Email
Aug 8, 2006
9:59 pm
7084
Hello Stephen, ... The 'single quote' tells the FrameScript compiler that you specified a string. The "double quotes" tells the operating system that a file...
Klaus Mueller
klaus_mueller23
Offline Send Email
Aug 8, 2006
10:20 pm
7085
Hello Raghu, ... Correction. If a script wants to save documents, it should never use "LanguageNotAvailable(OK)" when opening documents, but...
Klaus Mueller
klaus_mueller23
Offline Send Email
Aug 8, 2006
11:03 pm
7086
Hi All, I am new to Framescript. I was trying to run the below Framescript to list the Frame File names in Console which are having Anchored Frames without...
Raghu Ram
praguram
Offline Send Email
Aug 9, 2006
2:17 pm
7087
Hello Raghu, ... I suggest to LeaveSub *after* writing the result to console ... :-) Kind regards, Klaus ... From: framescript-users@yahoogroups.com...
Müller, Klaus
klaus_mueller23
Offline Send Email
Aug 9, 2006
2:31 pm
7088
I've done some additional work on this script. I still cannot get the script to place the cursor back into the target file (Importing multiple inset using...
carey_bates
Offline Send Email
Aug 9, 2006
6:29 pm
7089
Hello Carey, ... You don't reset the insertion point after importing the inset, nor do you use the "NextPgf" object when importing. I guess the NextPgf won't...
Klaus Mueller
klaus_mueller23
Offline Send Email
Aug 10, 2006
8:26 am
7090
Hi, I wrote the below script to list(in console) Frame files in a book which have Text Insets. In my organisation we do not use Text Insets. I am not sure how...
Raghu Ram
praguram
Offline Send Email
Aug 11, 2006
11:23 am
7091
Hi, I am new to Framescript. Is it possible to write a script which will run multiple scripts in a folder? What are the other possibilities instead of...
Raghu Ram
praguram
Offline Send Email
Aug 11, 2006
11:26 am
7092
Hello Raghu, ... In your script you are using two variables for the current document (gvDoc and oDoc). Kind regards, Klaus ... From:...
Müller, Klaus
klaus_mueller23
Offline Send Email
Aug 11, 2006
11:32 am
7093
Hello Raghu, ... Generally, if anything in your script doesn't seem to work, try to write your expected object variables to the console. Set lvTi =...
Müller, Klaus
klaus_mueller23
Offline Send Email
Aug 11, 2006
12:32 pm
7094
... You do know that FM can produce the list for you, right? You can add a generated List of References (TOC order) or Index of References (alphabetical order)...
Combs, Richard
rgcombs1
Offline Send Email
Aug 11, 2006
1:55 pm
7095
Hi all, I want to delete only the content of an element. (lvElement is an current element.) If i try Delete Text TextRange(lvElement.Textrange); the whole...
Michael.Kaemper@...
michaka67
Offline Send Email
Aug 11, 2006
2:25 pm
7096
Hi Michael, You can try something like: SET temp_element = ActiveDoc.ElementSelection.Begin.Child; // Find the text location of the start of the element GET...
Mark O'Connor
lemoco
Offline Send Email
Aug 11, 2006
7:28 pm
7097
Hello Raghu, ... Yes, this is possible. ... See the FrameScript Reference: - Command and Object Reference > Command Reference > New Commands > New ScriptVar...
Klaus Mueller
klaus_mueller23
Offline Send Email
Aug 11, 2006
9:37 pm
7098
Hi Mark, thank you for your answer. Now I found the reason why FrameMaker crashes, when I try to delete the content of an element. There were also empty...
Michael.Kaemper@...
michaka67
Offline Send Email
Aug 12, 2006
12:22 pm
7099
Carey, Something I'm seeing is that you define your subroutine as... ... When you call this subroutine... ... ... you are not passing any values to it in the...
Dillon, Eric W - Norm...
eric_w_dillon
Offline Send Email
Aug 14, 2006
4:23 pm
7100
Hi, I'm new to FrameScript and am trying to figure out how to navigate tables for modifying cell content of particular columns. Is it possible to scroll...
Dan G
dangerdg
Offline Send Email
Aug 15, 2006
2:37 pm
7101
Hi Dan, if you got your first cell, it is easy to process the colunm. Each cell has a CellBelowInCol property, so you can do it in a loop Local...
Michael.Kaemper@...
michaka67
Offline Send Email
Aug 15, 2006
3:07 pm
7102
Thanks for the advice Michael!...
Dan G
dangerdg
Offline Send Email
Aug 16, 2006
4:34 pm
7103
Hi, I wrote below sub routines for finding the registered symbol ('R' encircled) and changing their formatting to Superscript(PosSuper). Since the Integer...
Raghu Ram
praguram
Offline Send Email
Aug 16, 2006
4:34 pm
7104
Hi, Initially, I was trying to list the Framemaker User Variables in a FM file using Framescript but I unable to find the API for the same from the...
Raghu Ram
praguram
Offline Send Email
Aug 16, 2006
4:34 pm
7105
Hi scripters, I have a FrameScript string variable which I populate with text from paragraphs in a Frame document. At various points in the variable I insert...
yourmom_of_course
yourmom_of_c...
Offline Send Email
Aug 16, 2006
5:28 pm
7106
Hi Mom, Try using CharLF instead. Eric ... From: framescript-users@yahoogroups.com [mailto:framescript-users@yahoogroups.com] On Behalf Of yourmom_of_course ...
Dillon, Eric W - Norm...
eric_w_dillon
Offline Send Email
Aug 16, 2006
5:42 pm
7107
Try adding the CharLf variable CharLf+CharCr Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Send Email
Aug 16, 2006
5:50 pm
Messages 7078 - 7107 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