![]() |
Telelogic System Architect (steve huntington) | ![]() |
Topic Title: Creating custom Process Chart Word Reports Topic Summary: Created On: 23-Aug-2007 13:54 Status: Read Only |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
I am looking to generate custom Process Chart reports in Microsoft Word. For example, I would like the capability to select a number of Process Charts and then generate a Word report similar to the existing BPMN report that includes the selected Process Chart diagrams and descriptions, and within each Process Chart, each events name and description, and each process name and description.
What options do I have? The BPMN report seems to be generated by VB code. The Report Generator does not seem to be able to get to the diagrams. I am running SA version 10.6.11 |
|
![]() |
|
![]() |
|
I've done something similar using VBA. The attached code is a snippet from my macro, which uses the current diagram and its properties to populate a Word template containing markers that I find and replace with SA content. saDiag is already set to the current diagram, but could choose any name.
I wrote this a while ago, borrowing heavily from someone else's stuff, but the SAIMF is the key to getting the diagram. Good luck. Edited: 13-Nov-2007 at 20:18 by Andrea Heithoff |
|
![]() |
|
![]() |
|
My preferred approach would be to use vba to create output files as html, which is of course just plain text with mark up tags. That can be opened with any major word processor or spreadsheet, as well as with a browser of course. The target environment then becomes totally transparrent to me and I am insulated against upgrades to the desktop environment.
|
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.