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 8880 - 8909 of 9208   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8880
I wrote a script that adds a TopicAlias marker to each 1 Heading paragraph in a file. The marker text is the same as the heading text. I added a subroutine...
ava_carmel
Offline Send Email
Apr 1, 2009
12:57 pm
8881
Hi, Finally a question which I am able to answer. Either delete the semicolon before "ReplaceAll". "ReplaceAll" belongs to the Get command. Or use this...
Reng, Winfried
winfriedreng
Offline Send Email
Apr 1, 2009
1:02 pm
8882
Hi Ava, You have an extra semicolon in the command. Remove the semicolon from the end of the first line. Get String FromString(vMarkerText)...
Rick Quatro
frameexpert@...
Send Email
Apr 1, 2009
1:13 pm
8883
I'm working on a conversion script that among other things puts a lot of text in tables. When I copy the text into the tables, character formatting and Xrefs...
Wolicki, Benjie
bwolicki
Offline Send Email
Apr 1, 2009
2:08 pm
8884
Thanks to you both. I thought these were two separate commands. The main part of the script is now: Loop ForEach(Pgf) In(vCurrentDoc) LoopVar(vPgf) If...
ava_carmel
Offline Send Email
Apr 1, 2009
2:10 pm
8885
Ava, ... ReplaceAll(' ') With('_'); ... Additionally, you need to apply the text (vMarkerString) to the marker. Set vMarker.MarkerText = vMarkerString; Shorter...
Mueller, Klaus
klaus_mueller23
Offline Send Email
Apr 1, 2009
2:17 pm
8886
Hi Benjie, Are you copying the text through the .text property? or are you actually cutting and pasting the text? To preserve the formatting and all other...
simonbate
Offline Send Email
Apr 1, 2009
2:20 pm
8887
It works now. Thanks so much. Ava...
ava_carmel
Offline Send Email
Apr 1, 2009
2:26 pm
8888
I can assign a value for text and an existing character format BoldOnly: Get... Set varformatname.fmt = '<BoldOnly>MyText'; Does not work however for the...
soqcy
Offline Send Email
Apr 1, 2009
7:37 pm
8889
Hi Everybody, If I do the following to find the table anchors in a paragraph: Get TextList InObject(vPgf) NewVar(vTblList) TblAnchor; How do I then access the...
Wolicki, Benjie
bwolicki
Offline Send Email
Apr 2, 2009
7:53 am
8890
Never mind, I found the answer. Benjie Wolicki Senior Information Developer Service Automation, ESM BMC Software, Inc. ________________________________ From:...
Wolicki, Benjie
bwolicki
Offline Send Email
Apr 2, 2009
8:22 am
8891
Hello Smart Folks- I've been asked to as part of my PDF generation process to also create a standard document review message and attach the PDF. Is it possible...
cwillardr
Offline Send Email
Apr 2, 2009
4:57 pm
8892
Hi Chuck, You can do it using FrameScript's EActiveXObject object and Windows CDO messaging. CDO details are at http://www.paulsadowski.com/WSH/cdo.htm ...
Rick Quatro
frameexpert@...
Send Email
Apr 2, 2009
5:25 pm
8893
I'm looking to do a find and replace for conditional text. I've assembled this script that preserves pre-existing conditions when conditions overlap on exactly...
Debbie
thedocchick
Offline Send Email
Apr 2, 2009
10:00 pm
8894
... Here's one way to do it. It seems like there might be a more straightforward method. Basically, this does what you were trying to do, but uses two...
Jeff_M
jeffmaggioli
Offline Send Email
Apr 2, 2009
10:01 pm
8895
I would recommend two things: * Use '</>' instead of '<Default whatever...>'; this is a not so well known shortcut available since FrameMaker 6, or so.. * If...
Michael Müller-Hil...
michaelmh
Offline Send Email
Apr 3, 2009
2:21 pm
8896
Thanks Rick! Well... I'm not having any luck with this. No errors, but no emails either... :-) I was told by one of our UNIX hackers around here that he never ...
cwillardr
Offline Send Email
Apr 3, 2009
3:43 pm
8897
Ok... so I went a slightly different route with this since what I really wanted to do was use MS Outlook anyway. It seems to work great. Took a lot of poking...
cwillardr
Offline Send Email
Apr 3, 2009
6:27 pm
8898
Hello All, I am looking for a legal copy of Office 2007 Professional. If you have one and would like to exchange it for some FrameScript work, please let me...
Rick Quatro
frameexpert@...
Send Email
Apr 6, 2009
2:53 pm
8899
Okay, so I'm an idiot--It turns out I forgot to ask for the next item in the list! This line: Get Member From(vTprops.InCond) NewVar(vCondInt); Should be: Get...
Debbie
thedocchick
Offline Send Email
Apr 6, 2009
4:55 pm
8900
... What do you do if that format *does* already exist?...
milmacdoug
Offline Send Email
Apr 6, 2009
5:52 pm
8901
I'm expanding my script that adds TopicAlias markers and replaces all spaces with underscores. I want it to examine the text of each of these markers, count...
ava_carmel
Offline Send Email
Apr 7, 2009
8:00 am
8902
Hi Ava, I would probably use a simple function like this: Set sMarkerText = 'This_Is_Marker_Text_With_Underscores'; Display GetUnderscoreCount{sMarkerText}; ...
Rick Quatro
frameexpert@...
Send Email
Apr 7, 2009
11:48 am
8903
Thanks, Rick. That's a clever approach. I'll tailor it to the script and see if it works. Ava...
ava_carmel
Offline Send Email
Apr 7, 2009
1:57 pm
8904
Hi Ava, You could make this even more useful by making it into a more general function, where you could get the count of any character. Then you could use it...
Rick Quatro
frameexpert@...
Send Email
Apr 7, 2009
2:21 pm
8905
This seems like a problem that must have a simple solution, but I can't seem to figure one out. I need to copy a graphic that is embedded (not imported by...
Jeff_M
jeffmaggioli
Offline Send Email
Apr 8, 2009
6:55 pm
8906
You would use the Copy Text and Paste Text commands like you do it manually. The term "Text" just means a text selection, that is you have to define a...
Michael Müller-Hil...
michaelmh
Offline Send Email
Apr 8, 2009
7:40 pm
8907
Hello Jeff, ... The "Copy Text" command does also work with selected graphics: //-- Select anything before running the script Set lvInsertIntoAFrame = False; ...
Klaus Mueller
klaus_mueller23
Offline Send Email
Apr 8, 2009
7:43 pm
8908
Hi Jeff, To copy something other than text, it has to be selected. So, assume that oGraphic is the graphic. Set oGraphic.GraphicIsSelected = True; ...
Rick Quatro
frameexpert@...
Send Email
Apr 8, 2009
7:50 pm
8909
... Thank you all (did I mention how much I like this group?) : ) Seriously, I should have realized that I could just copy the text range including the anchor....
Jeff_M
jeffmaggioli
Offline Send Email
Apr 9, 2009
12:15 am
Messages 8880 - 8909 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