[Date Prev][Date Next] [Thread Prev][Thread Next]
[Date Index] [Thread Index] [New search]

Re: List of files in book




All:

Have you thought of acquiring FrameScript <http://www.fml.com/>?  Then
tasks like listing all components of a book become a matter of writing a
simple program:

//=============================================================

if ActiveBook
   loop forEach(BookComponent) in(ActiveBook) loopVar(vCurrFile)
      write console vCurrFile.name;
   endLoop
endIf

//=============================================================

I'm in the process of modifying a single-column portrait template to
produce a new double-column landscape template.  Being able to quickly
produce check lists of page layouts, variables, char tags, para tags, etc.
that need to be modified ensures I don't overlook anything.   And most of
these lists can be produced with a simple loop like the one above.

[Windows 2000, FrameMaker 6.0p405, FrameScript 1.27C01, Enhance 2.03,
Acrobat 4.05.2, mif2go 31u33, WebWorks Publisher 7.0, IXgen 5.5.h, HTML
Help Workshop 4.74 build 8702.0, HTML Help 1.31]

Regards,
Hedley

--
Subscribe to Free Framers -- send this message
      subscribe framers your@email.address
      help
      end
to <mailto:majordomo@omsys.com?Subject=Subscribe%20Free%20Framers>

Hedley Finger
Adobe Certified Expert, FrameMaker 5.5.x
Technical Communications/Best Practice Mentor
MYOB Australia Pty Ltd  <http://www.myob.com.au>
P.O. box 371   Blackburn VIC 3130   Australia
12 Wesley Court   Tally Ho Business Park   East Burwood 3151   Australia
Tel. +61 3 9222 9992 x 7421  Fax. +61 3 9222 9880  Mob. +61 412 461 558
<mailto:hedley_finger@myob.com.au>

Copyright (C) MYOB Limited 2002



** To unsubscribe, send a message to majordomo@omsys.com **
** with "unsubscribe framers" (no quotes) in the body.   **