A group for users of "FrameScript" software. Group Manager: framescript-users-owner@egroups.com To subscribe, send a message to...
2
Lypptek Khoo-Ellis
lypptek@...
Aug 20, 1999 11:08 pm
subscribe...
3
Greg Cunneen
gcunneen@...
Aug 22, 1999 3:19 am
Does anyone know how to set the paper tray in the printer setup dialog box using FrameScript? I can set the paper size properties for the document, but they...
4
Jay Smith
jay@...
Aug 22, 1999 9:20 pm
Greg, I don't think that you can do it -- my understanding is... because that is a Windows function and not a FrameMaker function; and FrameScript only runs ...
5
Debbi Fortney
dfortney@...
Aug 23, 1999 3:15 pm
Please subscribe me to the Framescript users list. Thanks....
6
Greg Cunneen
gcunneen@...
Aug 23, 1999 3:32 pm
The low-down is that Framescript does not control the print setup dialog, because it is outside Framescript39;s scope. So it cannot be used to control the paper...
7
Philip Sharman
psharman@...
Aug 23, 1999 4:24 pm
eGroups has two types of digests to choose from: Full digest- Which is e-mailed once a day, and consists of the full message bodies of all the messages posted...
8
Philip Sharman
psharman@...
Aug 24, 1999 10:41 pm
On http://www.cadvision.com/sharmanp/FrameScripts/my_scripts.htm I have placed a copy of: Book Shell This is a utility script designed to make it easy to...
9
docuprose@...
Aug 25, 1999 7:28 pm
Hi all: Can anyone describe in general terms how to rename a variable on the fly? For example: I may have a variable WORKSHOP_12 which I'd like to rename as...
10
Rick Quatro
frameexpert@...
Aug 31, 1999 6:09 pm
Nancy, I am sorry for the delay in answering you. Did you get an answer yet? If not, let me know, and I will give you a solution. Thanks. Rick Quatro Carmen...
11
nancy mccoy
docuprose@...
Aug 31, 1999 8:08 pm
Hi Rick: Thanks for your response. It occurred to me that the best way to handle this may be with an array of Workshops rather than renaming the...
12
Jay Smith
jay@...
Aug 31, 1999 10:43 pm
Harvey, As Dan has outlined, this business is obnoxious. If I remember correctly, your FM content is essentially a flow coming from a proprietary data base...
13
Jay Smith
jay@...
Aug 31, 1999 10:43 pm
Nancy, Am I missing something, or could you not just set new.variable = old.variable WORKSHOP_13 = WORKSHOP_12 If you need to clean out the old variable, then...
14
Rick Quatro
frameexpert@...
Aug 31, 1999 11:18 pm
Hi Nancy, To be honest with you, it is not clear to me what you are trying to do. But, here is how to change the definition of a variable format with...
15
Lypptek Khoo-Ellis
lypptek@...
Aug 31, 1999 11:34 pm
Nancy, When you say "variable", are you talking about Frame variables or FrameScript variables? Lypptek ... From: Rick Quatro...
16
docuprose@...
Sep 1, 1999 5:39 pm
Sorry I omitted that Lypptek, I am referring to FrameScript variables. I think that was part of my problem....the Framescript reference manual has a section on...
17
Rick Quatro
frameexpert@...
Sep 1, 1999 5:52 pm
Hi Jen, Your script is counting character formats in the active document with the name "class name"; and of course, there is only one character format with ...
18
Jen Michaels
jenm@...
Sep 1, 1999 6:09 pm
Hi All: I'm the process of learning Framescript and was wondering if anyone could help me troubleshoot this script: Set Count = 0; Loop ForEach (CharFmt)...
20
Jen Michaels
jenm@...
Sep 2, 1999 12:09 am
Thanks for all your help. It works perfectly. Jen ... From: Rick Quatro [mailto:frameexpert@...] Sent: Wednesday, September 01, 1999 1:57 PM To:...
23
docuprose@...
Sep 3, 1999 7:45 pm
Hi fellow scripters: I create a document in Word using structured styles. I save it as an RTF file. I use FrameMaker to open and convert the RTF file. I import...
24
Rick Quatro
frameexpert@...
Sep 4, 1999 12:42 am
I am not sure, but here is my guess. Perhaps the "sautoupd 1Numbered" is a "1Numbered" format that had some kind of an local formatting override applied to it...
25
docuprose@...
Sep 7, 1999 8:14 pm
Is it too obvious that I'm excited about this new news group? I find the script editing window within FrameMaker to be a bit restrictive, especially for longer...
26
Philip Sharman
psharman@...
Sep 7, 1999 9:09 pm
... I use the shareware text editor UltraEdit <http://www.ultraedit.com/index.html>. The thing that I like about it (and the thing that prompted me to send in...
27
nancy mccoy
docuprose@...
Sep 7, 1999 10:10 pm
I'm downloading and trying it right away. Thanks so much. Nancy McCoy docuprose 909-738-9332...
28
cguillermo@...
Sep 8, 1999 4:04 pm
Hi all, I have a document that have some set of Bulleted List and Second Bulleted List. But my problem here is that in each set of Bulleted list I have to ...
29
nancy mccoy
docuprose@...
Sep 8, 1999 5:02 pm
Hi Carlos: 1. Set your script to loop through all the paragraph objects in your document. 2. Set up an if-endif statement to "catch" all the occurrences of ...
30
Rick Quatro
frameexpert@...
Sep 8, 1999 6:08 pm
I would make one minor change to the loop: Loop ForEach(Pgf) In(ActiveDoc.MainFlowInDoc) LoopVar(pgfobj) Technically, a list of paragraphs in the document may...
31
Jen Michaels
jenm@...
Sep 9, 1999 4:24 pm
Hi All: I'm trying to extract the string from text with class name formatting; however, I'm finding it really difficult. Is there a dummies book for ...
32
cguillermo@...
Sep 9, 1999 5:22 pm
Hi All, Before my mew question I would like to thank's to Nancy McCoy and Rick Quatro for you help; Thank again. I try to Import some word-97(ch**.doc) files...
33
John Pitt
jpitt@...
Sep 9, 1999 10:48 pm
Joe, I had a similar predicament a few months ago, and being a very new FrameScript user (and I haven't progressed since :-( ), the blokes at FrameScript...