Hi. I just got FrameScript 2.0 and FrameMaker 6.0. How would one single out a paragraph and copy its text into the PDF Setup-->Doc Info Title box? My initial...
953
Brad McKee
BradM@...
May 2, 2001 10:42 pm
Hi, I was wondering if anyone knows a way within Framescript to specify the Paragraph Styles to include when generating a Table of Contents. I've used, Execute...
954
nfa@...
May 3, 2001 9:14 am
Hi group, I want to add a header/footer 1 marker to the first paragraph with a certain paragraph format on a page and a header/footer 2 to the last paragraph...
Hi Marcus, I will try that - it looks good! Thanks! Niels...
957
Marcus Streets
marcus@...
May 3, 2001 12:21 pm
... I have a feeling I stole it from Rick Quattro. Marcus...
958
Robert Caceres
robert_caceres@...
May 3, 2001 2:57 pm
This is the basic gist, but you'll have to set up the string and book variables. Specifically: vBook is the book object. vComp is the book component object. ...
959
Brad McKee
BradM@...
May 4, 2001 8:10 pm
Thanks Robert, it worked like a charm. brad... ... From: Robert Caceres [mailto:robert_caceres@...] Sent: Thursday, May 03, 2001 11:01 AM To:...
960
Lisa Cunningham
lisac@...
May 5, 2001 8:49 am
Thanks for your message. I am away from the office May 7 through 11 and will respond to your message after I return. If you need to contact someone at...
961
Lisa Cunningham
lisac@...
May 6, 2001 8:08 am
Thanks for your message. I am away from the office May 7 through 11 and will respond to your message after I return. If you need to contact someone at...
962
Lisa Cunningham
lisac@...
May 7, 2001 8:13 am
Thanks for your message. I am away from the office May 7 through 11 and will respond to your message after I return. If you need to contact someone at...
963
Robert Caceres
robert_caceres@...
May 7, 2001 7:09 pm
Dialogs and message boxes are fine, but is there a way to get a FrameScript to "beep" (send a system alert) when it's done? - - - - - - - - - - Bob Caceres,...
964
Karl Obermayr
liste@...
May 8, 2001 11:40 am
Fellow scripters, Rick, how does it come that the following lines find a "0" (zero) instead of a word in forward slashes "/foo/"? Find...
965
Marcus Streets
marcus@...
May 8, 2001 11:43 am
... If you have a executable that beeps you can run it using the construction: Execute hypertext command('message system beep.exe);...
966
Rick Quatro
rick@...
May 8, 2001 12:08 pm
Hi Karl, I just tested it with both a zero and a word in forward slashes. It works correctly for me. Make sure you are using the very latest version of ...
967
Lisa Cunningham
lisac@...
May 9, 2001 7:08 pm
Thanks for your message. I am away from the office May 7 through 11 and will respond to your message after I return. If you need to contact someone at...
968
Lisa Cunningham
lisac@...
May 9, 2001 7:08 pm
Thanks for your message. I am away from the office May 7 through 11 and will respond to your message after I return. If you need to contact someone at...
969
pmiculka@...
May 10, 2001 1:11 pm
I am using Frame 5.5.6 on a PC with FrameScript 2.0R3. I have a script that conditionalizes text depending on the text color. A snippet of the code is included...
970
Dick Girard
tps@...
May 10, 2001 3:44 pm
It looks like you must have some special coding that you are looking for, such as "," and "}". You start out with Set lastPara = 0, followed by If vParaNum <...
971
pcarey@...
May 11, 2001 2:50 pm
Hi scripticians, I have a grouped object (a text frame and a red rectangle, Height = .319 in. Width = 2.25 in., Top and Left offset = 0)on each masterpage of...
972
Rick Quatro
rick@...
May 11, 2001 6:17 pm
Hi Pete, Groups are interesting objects in FrameMaker. The first thing is to locate the group on a single master page. You can later use a loop to process all ...
973
pcarey@...
May 11, 2001 6:56 pm
Thanks a ton, Rick. I found that, if I put a paragraph format in the text frame of the grouped object, I could locate and delete it (the grouped object) with: ...
974
Robert Caceres
robert_caceres@...
May 11, 2001 7:06 pm
RAM is pretty inexpensive now. I just tripled the RAM on my PC (from 128M to 384M) for about $85, plus shipping. Try the Chip Merchant, a reputable firm that's...
975
Rick Quatro
rick@...
May 11, 2001 7:33 pm
Pete, As much RAM as you can afford. I am doing fine with 256mb, but except for a limitation with my motherboard, I would probably go to 512mb at today's ...
976
Dick Girard
tps@...
May 11, 2001 7:44 pm
... I usually use this instead of the Execute Fc command: Update ReDisplay; Dick ... Dick Girard Technical Publishing Service 1689 Canary Drive Sunnyvale, CA...
977
Rick Quatro
rick@...
May 11, 2001 8:13 pm
I have not found the Find From TextLoc command to work reliably with FrameMaker 5.5.6. With FrameMaker 6.0, you can use the NoWrap option to prevent the Find...
978
tu@...
May 12, 2001 2:06 am
Dear FrameScript Users, I would very much appreciate any tips or direction on solving a programming situation with FrameScript. I need to take a Table of...
979
Robert Caceres
robert_caceres@...
May 14, 2001 2:38 pm
I have an initial script that installs a bunch of scripts so that they're ready for action. However, when I've added the lines below to modify the document...
980
edunn@...
May 14, 2001 2:43 pm
Your initial script shouldn't set the rulers settings. Instead you should have the initial script run a script that affects the document settings. Here's mine:...
981
Marcus Streets
marcus@...
May 14, 2001 2:44 pm
... The initial script is not an event script. If you want to install events put them in a seperate script and use the initial script to install that. Marcus...