Skip to search.
framescript-users · FrameScript Users

Group Information

  • Members: 630
  • Category: Software
  • Founded: Aug 20, 1999
  • Language: English
? 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.

Messages

  Messages Help
Advanced
Messages 441 - 472 of 10298   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
441 Tom Slee
tslee@... Send Email
Sep 5, 2000
7:15 pm
I'm trying to automate print production for a set of books, using Framescript 1.27, with FrameMaker+SGML 5.5.6 on Windows NT 4.0. I want to set options in the...
442 Marcus Streets
marcus@... Send Email
Sep 6, 2000
7:39 am
... Tom You're right. You cannot set Spot Color as black and white or the printer name. I had a conversation with Frank Elmore about this as I have the same ...
443 Tom Slee
tslee@... Send Email
Sep 6, 2000
1:15 pm
Hi Marcus, Thanks for taking the trouble to reply. It looks like exactly what I need. I'll give it a workout today. Tom...
444 Scott (INV-RC) Wagner
scott_wagner@... Send Email
Sep 7, 2000
10:25 pm
I've been offline for a few weeks, but I searched the archives and I didn't see this question answered, so... I'd like to search a document for unresolved...
445 Rick Quatro
rick@... Send Email
Sep 8, 2000
1:22 am
Hi Scott, An easy way to convert cross-references to text is to delete the cross-reference format itself. Any cross-references using that format will be...
446 Scott (INV-RC) Wagner
scott_wagner@... Send Email
Sep 8, 2000
6:08 pm
Excellent! Thanks very much, Rick! ... format will ... reference ... temporary ... references that ... above to ... and I ... figure ... Any...
447 Ryneonic
lsherman@... Send Email
Sep 8, 2000
6:19 pm
Hi folks, I have a script that creates many books for a large number of manuals stored in several directories. The script uses a set of text files that...
450 Rick Quatro
rick@... Send Email
Sep 8, 2000
6:57 pm
Hi Larry, Can you post your code? It will help us to troubleshoot it. Rick Quatro Carmen Publishing 716 659-8267 rick@... ...
451 Marcus Streets
marcus@... Send Email
Sep 11, 2000
8:15 am
... No but I did have a script that produced Internal Error: 5564, 5991365, 7502299, 0 when printing books with several conditions. Adding a pointless [ save...
452 Michael Mueller-Hille...
info@... Send Email
Sep 11, 2000
9:34 am
Hi folks, have you monitored the amount of memory FrameMaker uses? I seem to remeber that FrameScript has a memory bug which may cause FrameMaker to quit. I...
453 Marcus Streets
marcus@... Send Email
Sep 11, 2000
3:56 pm
... Micheal Yes I have checked memory and disk space. In fact the file gets so confused that if you restart Frame and open the file and print it Frame...
454 Ryneonic
lsherman@... Send Email
Sep 11, 2000
4:07 pm
Hello, Scripticians, Since my last post on Friday, I have experimented with a simplified script that just loops and creates a whole lotta books. It also ...
455 Rick Quatro
rick@... Send Email
Sep 11, 2000
5:15 pm
Hi Larry, Looking back on your original post, I have a suggestion. I have also had performance and memory problems in the past reading text files and using ...
456 Michael Mueller-Hille...
info@... Send Email
Sep 11, 2000
6:13 pm
... Oops, I had this a few months ago, lets see whether I can recall the reasons. We did not have crashes but nasty wrong behaviour visible on the screen, like...
457 Ryneonic
lsherman@... Send Email
Sep 11, 2000
6:51 pm
Hi Rick, In my later post, I included a simplified script that does NOT use text files into stringlists, and it still crashes after a couple hundred books. If...
458 ian.saunders@... Send Email Sep 12, 2000
2:29 pm
Hi, I am writing a script to read a text file containing a list of FrameMaker documents. Each line starts with the file name of the document, followed by one...
459 ian.saunders@... Send Email Sep 12, 2000
3:04 pm
Hi, I have just been given the answer to my problem of being unable to find CHARTAB in a text string. The secret is to use New String NewVar(vTabValue)...
460 Marcus Streets
marcus@... Send Email
Sep 14, 2000
3:45 pm
I am trying to determine whether a paragraph already has a xref marker. By using Get TextList InObject(CurrentPgf) NewVar(CurrentTextlist) MarkerAnchor ; I...
461 Rick Quatro
rick@... Send Email
Sep 14, 2000
4:03 pm
Hi Marcus, If you do use CurrentMarker.TextData it will return the Object Id of the marker. From there you can use CurrentMarker.TextData.Properties to get the...
462 Philip Sharman
psharman@... Send Email
Sep 19, 2000
10:42 pm
Unfortunately, this helpful tip does not seem to work if you are searching the entire document. If I use New String NewVar(vTabValue) IntValue(9); Find...
463 Rick Quatro
rick@... Send Email
Sep 20, 2000
12:41 am
Philip, You need to use IntValue(8) instead of IntValue(9). Also, the FrameScript variable CHARTAB will work in the Find String command. If you want to find...
464 ian.saunders@... Send Email Sep 20, 2000
7:15 am
Hi, Sorry if I am stating the obvious, but the key distinction here is that you use IntValue(9) when searching TEXT files/strings for tabs, but IntValue(8) or...
465 Michael Conner
michaelconner@... Send Email
Sep 20, 2000
5:04 pm
I have a script that sets some text with a condition tag. However, I've run into a problem with text that already has a tag applied. I want the script to apply...
466 Philip Sharman
psharman@... Send Email
Sep 20, 2000
6:16 pm
Thanks for the help. A related question -- is there any way to search for a carriage return or line feed? The CHARCR and CHARLF characters don't seem to work,...
467 Rick Quatro
rick@... Send Email
Sep 20, 2000
8:47 pm
Hi Philip, You can't use the IntValue technique to search for the end of a paragraph. You have to get a TextList instead. Get TextList...
468 Rick Quatro
rick@... Send Email
Sep 22, 2000
11:22 pm
Hello Scripters, Here is a correction to a recent post. In the Get TextList command, you need to use TblAnchor instead of TableAnchor. I am sorry for any...
469 egriffin@... Send Email Sep 25, 2000
11:45 am
Hi I am working on a script to convert all the text insets in a book to text. /*This script converts all the text inserts to text in a book*/ // //Script...
470 Rick Quatro
rick@... Send Email
Sep 25, 2000
12:52 pm
Hi Erica, I have a similar script, but I import the text before deleting the text inset. When you delete the text inset first, you are probably destroying the ...
471 egriffin@... Send Email Sep 25, 2000
1:40 pm
Hello Rick ... I tried moving it so that I set the TextSelection before I deleted the text inset and it made no difference. But yes the way I have it now it...
472 clafran@... Send Email Sep 25, 2000
3:49 pm
First off, I am not a user of Frame Maker. I am in charge of all the software we use in our engineering department. I am looking to do what I hope is a simple...
Messages 441 - 472 of 10298   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help