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 7166 - 7195 of 9214   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7166
Thanks for pointing out my stupid mistake Eric. That's all I need sometimes. It's working now! For the record, I also eliminated .FirstPgf from the Loop and...
Dan G
dangerdg
Offline Send Email
Sep 1, 2006
3:51 pm
7167
Hello Everyone! Thanks to the help you have giving me here I have finished my script. I have aroung 1000 documents that are coming from Word that I have to...
Leslie
kochyta
Offline Send Email
Sep 1, 2006
6:28 pm
7168
Hi, I have a script that I want to use to delete empty Paragraphs from a script generated fm file. I am searching for empyt Pgfs using the Find FromTextLoc and...
paul schnall
pschnall2000
Offline Send Email
Sep 4, 2006
11:49 am
7169
vRange.Begin.Object will return the paragraph object. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com Hi, I have a script that I want to use to...
Rick Quatro
frameexpert@...
Send Email
Sep 4, 2006
12:36 pm
7170
Thanks Rick. Paul Schnall Mitzpeh Netufa ... _________________________________________________________________ Don't just search. Find. Check out the new MSN...
paul schnall
pschnall2000
Offline Send Email
Sep 5, 2006
8:50 am
7171
I have a script that changes the color of a certain char tag to a different color. I thought that running that script would change all occurrences of that char...
Rick A. Henkel
rickhenkel
Offline Send Email
Sep 5, 2006
5:42 pm
7172
Hi Rick, If oDoc is the document object, you can use Import Formats DocObject(oDoc) FromDocObject(oDoc) Font RemoveExceptions; Rick Quatro Carmen Publishing ...
Rick Quatro
frameexpert@...
Send Email
Sep 5, 2006
6:03 pm
7173
Hi, In continuation to my previous mail, the script(below) runs without errors but it does not remove the new paragraph formats. I tried hard debugging using...
Raghu Ram
praguram
Offline Send Email
Sep 6, 2006
1:42 pm
7174
Hello All, I am having great success with the FrameScript 4.0R2 EActiveXObject with MSXML and VBScript.RegExp objects. As a result, I am able to manipulate XML...
Rick Quatro
frameexpert@...
Send Email
Sep 13, 2006
1:54 pm
7175
Hello All, I am looking for a set of trigonometry functions for FrameScript. If anyone has developed any, please let me know. Thanks. Rick Quatro Carmen...
Rick Quatro
frameexpert@...
Send Email
Sep 13, 2006
1:54 pm
7176
Hello Rick, ... See below. Kind regards, Klaus ... From: Dillon, Eric W - Norman, OK [mailto:eric.w.dillon@...] Sent: Tuesday, February 24, 2004 10:49 PM ...
Müller, Klaus
klaus_mueller23
Offline Send Email
Sep 13, 2006
3:08 pm
7177
Hello, Occasional scripter here. I am trying to change one condition (Inserted) to another condition (Translation). Then, I'd like to delete the Inserted...
Alexandra Duffy
zandune
Offline Send Email
Sep 18, 2006
6:52 pm
7178
Hello, everyone! I want to create CombinedFontDefn objects for customize the fonts mapping, but I read all FrameScript reference and find no description about...
flight_horse
Offline Send Email
Sep 19, 2006
3:40 pm
7179
I am adding some PgfFmt and ChgFmt to a document and then saving the fm file using the Save XML option. Notwithanding the AlertUserAboutFailure= false as in...
at_fmc
Offline Send Email
Sep 21, 2006
2:46 pm
7180
Hi Alexandra, I hate to post this on a public forum, but my private emails to you are bouncing. If you email my your number privately, I will try to call you. ...
Rick Quatro
frameexpert@...
Send Email
Sep 22, 2006
12:14 am
7181
Hi, FrameScript 3.2R2, FrameMaker 7.1p116 I am experimenting with the Form objects, specifically with EListBox. I create a form, a string list and an EListBox...
Reng, Winfried Dr.
winfriedreng
Offline Send Email
Sep 25, 2006
2:44 pm
7182
Hello Winfried, ... With MultiSelect(False), Run listBoxVar.SelectString should work. With MultiSelect(True), use the following routine: New IntList...
Klaus Mueller
klaus_mueller23
Offline Send Email
Sep 25, 2006
3:32 pm
7183
Hi Klaus, Thank you very much for your help! Now it works. Very good. In fact I tried that before but because of another mistake (string list instead of...
Reng, Winfried Dr.
winfriedreng
Offline Send Email
Sep 26, 2006
1:57 pm
7184
Hi all, this is a problem with the framescript user defined dialogs: I added 4 buttons to a form. How can I pass parameters to my OnClick-Event handler? The...
cum_tacent_clamant_nero
cum_tacent_c...
Offline Send Email
Sep 27, 2006
3:15 pm
7185
Rookie at this. Existing template has many conditional text tags which are no longer used or should be used. Would like to be able to delete all unused ...
Tomasz Hasinski
tomekone
Offline Send Email
Sep 27, 2006
3:23 pm
7186
Hello Sven, ... This is not possible. You need to use different subroutines for each button, or check the EControlVar variable in your subroutine. Kind...
Klaus Mueller
klaus_mueller23
Offline Send Email
Sep 27, 2006
3:46 pm
7187
Does anyone have any ideas for generating random numbers with FrameScript? Thanks. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Send Email
Sep 27, 2006
5:47 pm
7188
Hello Rick, ... You could take a look at http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/VERSIONS/eversions.html. There you will find the source code of the...
Klaus Mueller
klaus_mueller23
Offline Send Email
Sep 27, 2006
10:07 pm
7189
Hello Klaus, thanks for the reply (Danke schön!). That's the solution. Writing four (almost identical) subroutines is nothing a programmer likes to do, is it?...
cum_tacent_clamant_nero
cum_tacent_c...
Offline Send Email
Sep 28, 2006
10:33 am
7190
Hello Sven, ... Yes, this is possible with FrameScript. If you have identified the palette window in the session's documents (ActiveDoc won't work), you can...
Klaus Mueller
klaus_mueller23
Offline Send Email
Sep 28, 2006
10:56 am
7191
Hi again, I found the following in the framescript user manual (and in Rick's book): "any variable defined in the initial script will remain in memory until...
Sven Haarkoetter
cum_tacent_c...
Offline Send Email
Sep 28, 2006
1:53 pm
7192
Hi Tomasz, I posted a related query about a week ago. It's not as easy to mess with conditions as I thought, as they are identified with a number in FrameMaker...
Alexandra Duffy
zandune
Offline Send Email
Sep 28, 2006
2:06 pm
7193
Hi Sven, I am not sure why the GlobalVar statement doesn't follow this, but if you use Set gvVersion = 'some version information'; in your initial script, you...
Rick Quatro
frameexpert@...
Send Email
Sep 28, 2006
2:39 pm
7194
Hi Rick, thanks a lot, works perfect now. That would have been the least thing I try. As these "variables" are read-only to all other scripts they should be...
Sven Haarkoetter
cum_tacent_c...
Offline Send Email
Sep 28, 2006
3:19 pm
7195
Hi list, this one is too strange for me: I designed a user form with several checkboxes and input fields. Also, I added buttons next to each input field. By...
Sven Haarkoetter
cum_tacent_c...
Offline Send Email
Sep 29, 2006
2:32 pm
Messages 7166 - 7195 of 9214   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