RE: Framescript question

2010-05-11 Thread Michael Pearson

Hi Callie,

 

Both of your "Save Book..." commands work for me under Win7, FM 9.0p250, FS 
5.2R1 (after I substituted a valid target location for the resulting PDF file). 
You might try updating FM with the latest patch and also check to see that you 
can use the FM interface to "Save As PDF" to that target location. One more 
thing to check: if Distiller hasn't been initialized on the system your using, 
that could cause problems. Might try just opening Distiller to ensure it's 
functioning.

 

For FrameScript questions, you might have better luck over here: 
http://tech.groups.yahoo.com/group/framescript-users/

 

HTH,

Mike
 
> From: c.berts...@tecplot.com
> To: framers@lists.frameusers.com
> Date: Mon, 10 May 2010 15:06:51 -0700
> Subject: Framescript question
> 
> System: MS Vista
> Software: FM 9.0p230, FrameScript 5.2R1
> 
> I'm working on creating a script that automates all PDF builds for all our 
> documentation books and I seem to have run into a snag - I can get everything 
> to work so far except after my script opens the files, runs checks, applies 
> templates etc in FrameMaker, I haven't been able to command it to save the 
> book as a PDF. For example, here's my current simplified test script that 
> opens a book, opens its files, and saves it as a PDF. Everything happens 
> except no PDF save, no PDF created. Maybe someone could spot what I'm 
> missing? Did some requirement of FrameScript change with FrameMaker 9? (This 
> used to work in FrameMaker 7, with an earlier version of FrameScript :] )
> 
> (I also tried printing it as a PDF in my script, but it also did not work, 
> and didn't seem to have as many customization options.)
> 
> Help?
> 
> 
> Set cbook = 'c:\temp\docbuild\products\tecplot\release\360\release.book'
> 
> Open book File(cbook) NewVar(bookobj);
> 
> Loop ForEach (BookComponent) In(ActiveBook) LoopVar(cBookCompVar)
> Open Document File(cBookCompVar.Name);
> Endloop
> 
> // Also tried this: Save Book BookObject(ActiveBook) 
> File('c:\Users\callie\Desktop\release.pdf') FileType(SaveFmtPdf)
> 
> 
> Save Book BookObject(ActiveBook) File ('c:\Users\callie\Desktop\release.pdf')
> AlertUserAboutFailure(False)
> SaveFileNotWritable(Cancel)
> FileIsInUse(ResetLockAndContinue)
> FileType(SaveFmtPDF)
> ReturnStatus(PDFSaveErrorList);
> 
> Display PDFSaveErrorList // So far this only displays a "0"
> 
> This e-mail and any files transmitted with it are confidential and are 
> intended solely for the use of the individual or entity to whom they are 
> addressed. If you are NOT the intended recipient or the person responsible 
> for delivering the e-mail to the intended recipient, be advised that you have 
> received this e-mail in error and that any use, dissemination, forwarding, 
> printing or copying this e-mail is strictly prohibited.
> ___
> 
> 
> You are currently subscribed to framers as mt_pear...@hotmail.com.
> 
> Send list messages to fram...@lists.frameusers.com.
> 
> To unsubscribe send a blank email to
> framers-unsubscr...@lists.frameusers.com
> or visit 
> http://lists.frameusers.com/mailman/options/framers/mt_pearson%40hotmail.com
> 
> Send administrative questions to listad...@frameusers.com. Visit
> http://www.frameusers.com/ for more resources and info.
  
_
The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with 
Hotmail. 
http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5
___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to fram...@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


AW: eBooks

2010-05-11 Thread Georg Eck
WebWorks ePublisher generate some eBook formats.

-GEorg

-Ursprüngliche Nachricht-
Von: framers-boun...@lists.frameusers.com 
[mailto:framers-boun...@lists.frameusers.com] Im Auftrag von Diana Stock
Gesendet: Freitag, 7. Mai 2010 21:48
An: framers@lists.frameusers.com
Betreff: eBooks

Wondering if anyone within the list has attempted to repurpose one of their FM 
manuals to an eBook format (Smartphone) with success.

Would like to contact off list for techniques and software recommendations.

Diana Stock
214-792-2744

*** CONFIDENTIALITY NOTICE ***
NOTICE: This e-mail message and all attachments transmitted with it may contain 
legally privileged and confidential information intended solely for the use of 
the addressee. If the reader of this message is not the intended recipient, you 
are hereby notified that any reading, dissemination, distribution, copying, or 
other use of this message or its attachments is strictly prohibited. If you 
have received this message in error, please notify the sender immediately and 
delete this message from your system. Thank you.

___


You are currently subscribed to framers as e...@squidds.de.

Send list messages to fram...@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit http://lists.frameusers.com/mailman/options/framers/eck%40squidds.de

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.
___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to fram...@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Rely on system fonts only

2010-05-11 Thread Mike Wickham

> Is there any way to keep that option turned off? I have to remember to 
> uncheck it every time I print to my PDF printer.

There are two places to set it in the Adobe PDF printer properties. Are you 
setting both?

General> Printing Preferences> Adobe PDF Settings

Advanced> Printing Defaults> Adobe PDF Settings

Mike Wickham




Re: Rely on system fonts only

2010-05-11 Thread Jenny Greenleaf
Rick Quatro told me how to set it at the system level using the Printers and 
Faxes control panel, but I missed the Advanced>Printing Defaults one. 

I have now gone in and found the Advanced and General settings and gotten both 
of them (they were different, sure enough).

Frame even remembers.

Thank you!  

Jenny

On May 11, 2010, at 4:58 PM, Mike Wickham wrote:

> 
>> Is there any way to keep that option turned off? I have to remember to 
>> uncheck it every time I print to my PDF printer.
> 
> There are two places to set it in the Adobe PDF printer properties. Are you 
> setting both?
> 
> General> Printing Preferences> Adobe PDF Settings
> 
> Advanced> Printing Defaults> Adobe PDF Settings
> 
> Mike Wickham
> 
> 

___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to fram...@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Rely on system fonts only

2010-05-11 Thread Jenny Greenleaf
Rick Quatro told me how to set it at the system level using the Printers and 
Faxes control panel, but I missed the Advanced>Printing Defaults one. 

I have now gone in and found the Advanced and General settings and gotten both 
of them (they were different, sure enough).

Frame even remembers.

Thank you!  

Jenny

On May 11, 2010, at 4:58 PM, Mike Wickham wrote:

> 
>> Is there any way to keep that option turned off? I have to remember to 
>> uncheck it every time I print to my PDF printer.
> 
> There are two places to set it in the Adobe PDF printer properties. Are you 
> setting both?
> 
> General> Printing Preferences> Adobe PDF Settings
> 
> Advanced> Printing Defaults> Adobe PDF Settings
> 
> Mike Wickham
> 
> 



Re: Rely on system fonts only

2010-05-11 Thread Mike Wickham


Is there any way to keep that option turned off? I have to remember to 
uncheck it every time I print to my PDF printer.


There are two places to set it in the Adobe PDF printer properties. Are you 
setting both?


General> Printing Preferences> Adobe PDF Settings

Advanced> Printing Defaults> Adobe PDF Settings

Mike Wickham


___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to fram...@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Rely on system fonts only

2010-05-11 Thread Jenny Greenleaf
Is there any way to keep that option turned off? I have to remember to uncheck 
it every time I print to my PDF printer. Sometimes it will hold it for the same 
document for a couple hours. Unless you use a different printer in the meantime.

It's rather annoying and I am wondering if some of the smart people on this 
list have figured out how to make it stay off.

Hoping...

Jenny Greenleaf
Portland, OR



On May 11, 2010, at 10:17 AM, Callie Bertsche wrote:

> Thanks to the people who sent me great sample scripts and links to 
> framescript forum! I figured out my problem - I had Adobe PDF set as my 
> default printer, but I also needed to go to the preferences for the Adobe PDF 
> printer and turn off "Rely on system fonts only..." I thought I had done that 
> already but it needed to be done again. Now my script works fine! Hurray for 
> PDF build automation...
> 

___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to fram...@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Rely on system fonts only

2010-05-11 Thread Jenny Greenleaf
Is there any way to keep that option turned off? I have to remember to uncheck 
it every time I print to my PDF printer. Sometimes it will hold it for the same 
document for a couple hours. Unless you use a different printer in the meantime.

It's rather annoying and I am wondering if some of the smart people on this 
list have figured out how to make it stay off.

Hoping...

Jenny Greenleaf
Portland, OR



On May 11, 2010, at 10:17 AM, Callie Bertsche wrote:

> Thanks to the people who sent me great sample scripts and links to 
> framescript forum! I figured out my problem - I had Adobe PDF set as my 
> default printer, but I also needed to go to the preferences for the Adobe PDF 
> printer and turn off "Rely on system fonts only..." I thought I had done that 
> already but it needed to be done again. Now my script works fine! Hurray for 
> PDF build automation...
> 



RE: Framescript question

2010-05-11 Thread Callie Bertsche
Thanks to the people who sent me great sample scripts and links to framescript 
forum! I figured out my problem - I had Adobe PDF set as my default printer, 
but I also needed to go to the preferences for the Adobe PDF printer and turn 
off "Rely on system fonts only..." I thought I had done that already but it 
needed to be done again. Now my script works fine! Hurray for PDF build 
automation...

Callie

From: Callie Bertsche 
To: "'framers@lists.frameusers.com'" 
Subject: Framescript question
Message-ID: <6df989906d8efe46900494bb7a64c60301f1764...@tps004>
Content-Type: text/plain; charset="us-ascii"

System: MS Vista
Software: FM 9.0p230, FrameScript 5.2R1

I'm working on creating a script that automates all PDF builds for all our 
documentation books and I seem to have run into a snag - I can get everything 
to work so far except after my script opens the files, runs checks, applies 
templates etc in FrameMaker, I haven't been able to command it to save the book 
as a PDF. For example, here's my current simplified test script that opens a 
book, opens its files, and saves it as a PDF. Everything happens except no PDF 
save, no PDF created. Maybe someone could spot what I'm missing? Did some 
requirement of FrameScript change with FrameMaker 9? (This used to work in 
FrameMaker 7, with an earlier version of FrameScript :] )

This e-mail and any files transmitted with it are confidential and are intended 
solely for the use of the individual or entity to whom they are addressed.  If 
you are NOT the intended recipient or the person responsible for delivering the 
e-mail to the intended recipient, be advised that you have received this e-mail 
in error and that any use, dissemination, forwarding, printing or copying this 
e-mail is strictly prohibited.
___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to fram...@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Framescript question

2010-05-11 Thread Callie Bertsche
Thanks to the people who sent me great sample scripts and links to framescript 
forum! I figured out my problem - I had Adobe PDF set as my default printer, 
but I also needed to go to the preferences for the Adobe PDF printer and turn 
off "Rely on system fonts only..." I thought I had done that already but it 
needed to be done again. Now my script works fine! Hurray for PDF build 
automation...

Callie

From: Callie Bertsche 
To: "'framers at lists.frameusers.com'" 
Subject: Framescript question
Message-ID: <6DF989906D8EFE46900494BB7A64C60301F1764664 at tps004>
Content-Type: text/plain; charset="us-ascii"

System: MS Vista
Software: FM 9.0p230, FrameScript 5.2R1

I'm working on creating a script that automates all PDF builds for all our 
documentation books and I seem to have run into a snag - I can get everything 
to work so far except after my script opens the files, runs checks, applies 
templates etc in FrameMaker, I haven't been able to command it to save the book 
as a PDF. For example, here's my current simplified test script that opens a 
book, opens its files, and saves it as a PDF. Everything happens except no PDF 
save, no PDF created. Maybe someone could spot what I'm missing? Did some 
requirement of FrameScript change with FrameMaker 9? (This used to work in 
FrameMaker 7, with an earlier version of FrameScript :] )

This e-mail and any files transmitted with it are confidential and are intended 
solely for the use of the individual or entity to whom they are addressed.  If 
you are NOT the intended recipient or the person responsible for delivering the 
e-mail to the intended recipient, be advised that you have received this e-mail 
in error and that any use, dissemination, forwarding, printing or copying this 
e-mail is strictly prohibited.


RE: Framescript question

2010-05-11 Thread Callie Bertsche
Thanks Michael! I figured out what was wrong - I had Adobe PDF as my default 
printer, but in the control panel I needed to turn off "Rey on system fonts 
only". Now my script works.



Thanks for the forum link! Perfect!
Callie




From: Michael Pearson [mailto:mt_pear...@hotmail.com]
Sent: Tuesday, May 11, 2010 7:07 AM
To: Callie Bertsche; framers@lists.frameusers.com
Subject: RE: Framescript question

Hi Callie,

Both of your "Save Book..." commands work for me under Win7, FM 9.0p250, FS 
5.2R1 (after I substituted a valid target location for the resulting PDF file). 
You might try updating FM with the latest patch and also check to see that you 
can use the FM interface to "Save As PDF" to that target location. One more 
thing to check: if Distiller hasn't been initialized on the system your using, 
that could cause problems. Might try just opening Distiller to ensure it's 
functioning.

For FrameScript questions, you might have better luck over here: 
http://tech.groups.yahoo.com/group/framescript-users/

HTH,
Mike

> From: c.berts...@tecplot.com
> To: framers@lists.frameusers.com
> Date: Mon, 10 May 2010 15:06:51 -0700
> Subject: Framescript question
>
> System: MS Vista
> Software: FM 9.0p230, FrameScript 5.2R1
>
> I'm working on creating a script that automates all PDF builds for all our 
> documentation books and I seem to have run into a snag - I can get everything 
> to work so far except after my script opens the files, runs checks, applies 
> templates etc in FrameMaker, I haven't been able to command it to save the 
> book as a PDF. For example, here's my current simplified test script that 
> opens a book, opens its files, and saves it as a PDF. Everything happens 
> except no PDF save, no PDF created. Maybe someone could spot what I'm 
> missing? Did some requirement of FrameScript change with FrameMaker 9? (This 
> used to work in FrameMaker 7, with an earlier version of FrameScript :] )
>
> (I also tried printing it as a PDF in my script, but it also did not work, 
> and didn't seem to have as many customization options.)
>
> Help?
>
>
> Set cbook = 'c:\temp\docbuild\products\tecplot\release\360\release.book'
>
> Open book File(cbook) NewVar(bookobj);
>
> Loop ForEach (BookComponent) In(ActiveBook) LoopVar(cBookCompVar)
> Open Document File(cBookCompVar.Name);
> Endloop
>
> // Also tried this: Save Book BookObject(ActiveBook) 
> File('c:\Users\callie\Desktop\release.pdf') FileType(SaveFmtPdf)
>
>
> Save Book BookObject(ActiveBook) File ('c:\Users\callie\Desktop\release.pdf')
> AlertUserAboutFailure(False)
> SaveFileNotWritable(Cancel)
> FileIsInUse(ResetLockAndContinue)
> FileType(SaveFmtPDF)
> ReturnStatus(PDFSaveErrorList);
>
> Display PDFSaveErrorList // So far this only displays a "0"
>
> This e-mail and any files transmitted with it are confidential and are 
> intended solely for the use of the individual or entity to whom they are 
> addressed. If you are NOT the intended recipient or the person responsible 
> for delivering the e-mail to the intended recipient, be advised that you have 
> received this e-mail in error and that any use, dissemination, forwarding, 
> printing or copying this e-mail is strictly prohibited.
> ___
>
>
> You are currently subscribed to framers as mt_pear...@hotmail.com.
>
> Send list messages to fram...@lists.frameusers.com.
>
> To unsubscribe send a blank email to
> framers-unsubscr...@lists.frameusers.com
> or visit 
> http://lists.frameusers.com/mailman/options/framers/mt_pearson%40hotmail.com
>
> Send administrative questions to listad...@frameusers.com. Visit
> http://www.frameusers.com/ for more resources and info.

The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with 
Hotmail. Get 
busy.


This e-mail and any files transmitted with it are confidential and are intended 
solely for the use of the individual or entity to whom they are addressed. If 
you are NOT the intended recipient or the person responsible for delivering the 
e-mail to the intended recipient, be advised that you have received this e-mail 
in error and that any use, dissemination, forwarding, printing or copying this 
e-mail is strictly prohibited.
___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to fram...@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Framescript question

2010-05-11 Thread Callie Bertsche
Thanks Michael! I figured out what was wrong - I had Adobe PDF as my default 
printer, but in the control panel I needed to turn off "Rey on system fonts 
only". Now my script works.



Thanks for the forum link! Perfect!
Callie




From: Michael Pearson [mailto:mt_pear...@hotmail.com]
Sent: Tuesday, May 11, 2010 7:07 AM
To: Callie Bertsche; framers at lists.frameusers.com
Subject: RE: Framescript question

Hi Callie,

Both of your "Save Book..." commands work for me under Win7, FM 9.0p250, FS 
5.2R1 (after I substituted a valid target location for the resulting PDF file). 
You might try updating FM with the latest patch and also check to see that you 
can use the FM interface to "Save As PDF" to that target location. One more 
thing to check: if Distiller hasn't been initialized on the system your using, 
that could cause problems. Might try just opening Distiller to ensure it's 
functioning.

For FrameScript questions, you might have better luck over here: 
http://tech.groups.yahoo.com/group/framescript-users/

HTH,
Mike

> From: c.bertsche at tecplot.com
> To: framers at lists.frameusers.com
> Date: Mon, 10 May 2010 15:06:51 -0700
> Subject: Framescript question
>
> System: MS Vista
> Software: FM 9.0p230, FrameScript 5.2R1
>
> I'm working on creating a script that automates all PDF builds for all our 
> documentation books and I seem to have run into a snag - I can get everything 
> to work so far except after my script opens the files, runs checks, applies 
> templates etc in FrameMaker, I haven't been able to command it to save the 
> book as a PDF. For example, here's my current simplified test script that 
> opens a book, opens its files, and saves it as a PDF. Everything happens 
> except no PDF save, no PDF created. Maybe someone could spot what I'm 
> missing? Did some requirement of FrameScript change with FrameMaker 9? (This 
> used to work in FrameMaker 7, with an earlier version of FrameScript :] )
>
> (I also tried printing it as a PDF in my script, but it also did not work, 
> and didn't seem to have as many customization options.)
>
> Help?
>
>
> Set cbook = 'c:\temp\docbuild\products\tecplot\release\360\release.book'
>
> Open book File(cbook) NewVar(bookobj);
>
> Loop ForEach (BookComponent) In(ActiveBook) LoopVar(cBookCompVar)
> Open Document File(cBookCompVar.Name);
> Endloop
>
> // Also tried this: Save Book BookObject(ActiveBook) 
> File('c:\Users\callie\Desktop\release.pdf') FileType(SaveFmtPdf)
>
>
> Save Book BookObject(ActiveBook) File ('c:\Users\callie\Desktop\release.pdf')
> AlertUserAboutFailure(False)
> SaveFileNotWritable(Cancel)
> FileIsInUse(ResetLockAndContinue)
> FileType(SaveFmtPDF)
> ReturnStatus(PDFSaveErrorList);
>
> Display PDFSaveErrorList // So far this only displays a "0"
>
> This e-mail and any files transmitted with it are confidential and are 
> intended solely for the use of the individual or entity to whom they are 
> addressed. If you are NOT the intended recipient or the person responsible 
> for delivering the e-mail to the intended recipient, be advised that you have 
> received this e-mail in error and that any use, dissemination, forwarding, 
> printing or copying this e-mail is strictly prohibited.
> ___
>
>
> You are currently subscribed to framers as mt_pearson at hotmail.com.
>
> Send list messages to framers at lists.frameusers.com.
>
> To unsubscribe send a blank email to
> framers-unsubscribe at lists.frameusers.com
> or visit 
> http://lists.frameusers.com/mailman/options/framers/mt_pearson%40hotmail.com
>
> Send administrative questions to listadmin at frameusers.com. Visit
> http://www.frameusers.com/ for more resources and info.

The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with 
Hotmail. Get 
busy.


This e-mail and any files transmitted with it are confidential and are intended 
solely for the use of the individual or entity to whom they are addressed. If 
you are NOT the intended recipient or the person responsible for delivering the 
e-mail to the intended recipient, be advised that you have received this e-mail 
in error and that any use, dissemination, forwarding, printing or copying this 
e-mail is strictly prohibited.


Framescript question

2010-05-11 Thread Michael Pearson

Hi Callie,



Both of your "Save Book..." commands work for me under Win7, FM 9.0p250, FS 
5.2R1 (after I substituted a valid target location for the resulting PDF file). 
You might try updating FM with the latest patch and also check to see that you 
can use the FM interface to "Save As PDF" to that target location. One more 
thing to check: if Distiller hasn't been initialized on the system your using, 
that could cause problems. Might try just opening Distiller to ensure it's 
functioning.



For FrameScript questions, you might have better luck over here: 
http://tech.groups.yahoo.com/group/framescript-users/



HTH,

Mike

> From: c.bertsche at tecplot.com
> To: framers at lists.frameusers.com
> Date: Mon, 10 May 2010 15:06:51 -0700
> Subject: Framescript question
> 
> System: MS Vista
> Software: FM 9.0p230, FrameScript 5.2R1
> 
> I'm working on creating a script that automates all PDF builds for all our 
> documentation books and I seem to have run into a snag - I can get everything 
> to work so far except after my script opens the files, runs checks, applies 
> templates etc in FrameMaker, I haven't been able to command it to save the 
> book as a PDF. For example, here's my current simplified test script that 
> opens a book, opens its files, and saves it as a PDF. Everything happens 
> except no PDF save, no PDF created. Maybe someone could spot what I'm 
> missing? Did some requirement of FrameScript change with FrameMaker 9? (This 
> used to work in FrameMaker 7, with an earlier version of FrameScript :] )
> 
> (I also tried printing it as a PDF in my script, but it also did not work, 
> and didn't seem to have as many customization options.)
> 
> Help?
> 
> 
> Set cbook = 'c:\temp\docbuild\products\tecplot\release\360\release.book'
> 
> Open book File(cbook) NewVar(bookobj);
> 
> Loop ForEach (BookComponent) In(ActiveBook) LoopVar(cBookCompVar)
> Open Document File(cBookCompVar.Name);
> Endloop
> 
> // Also tried this: Save Book BookObject(ActiveBook) 
> File('c:\Users\callie\Desktop\release.pdf') FileType(SaveFmtPdf)
> 
> 
> Save Book BookObject(ActiveBook) File ('c:\Users\callie\Desktop\release.pdf')
> AlertUserAboutFailure(False)
> SaveFileNotWritable(Cancel)
> FileIsInUse(ResetLockAndContinue)
> FileType(SaveFmtPDF)
> ReturnStatus(PDFSaveErrorList);
> 
> Display PDFSaveErrorList // So far this only displays a "0"
> 
> This e-mail and any files transmitted with it are confidential and are 
> intended solely for the use of the individual or entity to whom they are 
> addressed. If you are NOT the intended recipient or the person responsible 
> for delivering the e-mail to the intended recipient, be advised that you have 
> received this e-mail in error and that any use, dissemination, forwarding, 
> printing or copying this e-mail is strictly prohibited.
> ___
> 
> 
> You are currently subscribed to framers as mt_pearson at hotmail.com.
> 
> Send list messages to framers at lists.frameusers.com.
> 
> To unsubscribe send a blank email to
> framers-unsubscribe at lists.frameusers.com
> or visit 
> http://lists.frameusers.com/mailman/options/framers/mt_pearson%40hotmail.com
> 
> Send administrative questions to listadmin at frameusers.com. Visit
> http://www.frameusers.com/ for more resources and info.

_
The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with 
Hotmail. 
http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5