Gabriel,

Cut-and-paste is the best one-off way. If you need to do it regularly, you
can use the Rational product SoDA to set up a template/script to extract it
from Rose and merge it with a document or output from other tools. You can,
of course, also print it directly from Rose or write your own VB script to
extract it from the Rose repository.

Regards,
Tom Marzolf

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Gabriel AngelMart�nez
Audante
Sent: Tuesday, May 22, 2001 10:19 AM
To: Patrick Kennedy
Cc: [EMAIL PROTECTED]
Subject:



Hi Patrick.
Thank you for your help. It's working nice!!
Do you know if there is any way to put a sequence diagram in a word document
without using cut and paste?.
Thanks in advance.


Mensaje citado por: Patrick Kennedy <[EMAIL PROTECTED]>:

>
>
>
> You will find the source code for the report generator,
> reportgen.ebs, in Rose's home directory (location of rose.exe).
> To run this you have two choices.
> -------------------------------------------------------------------
> 1 - Tools:Open Script
> or
> 2 - add menu item and run from menu.
> -------------------------------------------------------------------
> 1 - Tools:Open Script
>   When you run the script within the script editor, it acts
>  just like the report generator that you are used to.
>  To run the script:
>
>  1.  From the top menu bar, click on "tools" and then "open script".
>  2.  Locate  and click on reportgen.ebs in your Rose directory where
>      you installed Rose 2001.
>  3.  From the top menu bar, click on "debugger" and then "go".
> -------------------------------------------------------------------
> 2 - add menu item and run from menu.
>
>  Find and open in an editor the menu file, rose.mnu, located in
>  Rose's home directory.  Add a menu item to call this script.
>
>  Below is an example of a modified rose.mnu file which runs
>  reportgen.ebs (or you can compile to .ebx) from the
>  menu item "Run Word Report" added under the report menu as the
>  last item. You'll need to add  something similar to call this
>  script.
>
>     Menu Report
>     {
>         option "Documentation Report..."
>         {
>         RoseScript $SCRIPT_PATH\ReportGen.ebx
>         }
>         option "Run Word Report"
>         {
>          RoseScript $SCRIPT_PATH\reportgen.ebs
>         }
>     }
>
>     NOTE: $SCRIPT_PATH by default is assigned to Rose's home
>     (location of exe) directory.  Either make sure ebs\ebx file is
>     in this location, use the complete path instead of using
> $SCRIPT_PATH
>     path map variable, or create a new path map variable and use
>     that (see Edit:Path Map).
>
> -------------------------------------------------------------------
>
> Patrick Kennedy
>  Rational Support
>
>
> On May 21, 17:52, Gabriel Angel=?ISO-8859-1?Q?Mart=EDnez_Audante?=
> wrote:
> > Subject:
> >
> > Hi All:
> > I would like to know if in rational 2001 there is any  kind of tools
> to print
> > reports in the same way that you have in rational 2000?
> >
> > Thank in advance
> > Gabriel Martinez A.
> >
> ************************************************************************
> > * Rose Forum is a public venue for ideas and discussions.
> > * For technical support, visit http://www.rational.com/support
> > *
> > * Admin.Subscription Requests: [EMAIL PROTECTED]
> > * Archive of messages:
> http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
> > * Other Requests: [EMAIL PROTECTED]
> > *
> > * To unsubscribe from the list, please send email
> > *
> > * To: [EMAIL PROTECTED]
> > * Subject:<BLANK>
> > * Body: unsubscribe rose_forum
> > *
> >
> *************************************************************************
> >-- End of excerpt from Gabriel
> Angel=?ISO-8859-1?Q?Mart=EDnez_Audante?=
>
>
> ************************************************************************
> * Rose Forum is a public venue for ideas and discussions.
> * For technical support, visit http://www.rational.com/support
> *
> * Admin.Subscription Requests: [EMAIL PROTECTED]
> * Archive of messages:
> http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
> * Other Requests: [EMAIL PROTECTED]
> *
> * To unsubscribe from the list, please send email
> *
> * To: [EMAIL PROTECTED]
> * Subject:<BLANK>
> * Body: unsubscribe rose_forum
> *
> *************************************************************************
>
>



Gracias y Saludos
Gabriel Martinez A.
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************

************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages: 
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************

Reply via email to