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
*
*************************************************************************

Reply via email to