Generate DB script from command line
Fri, 9 May 2008 03:19:27 -0700
Hi,
does anybody know how to automate generateing DB script from ER database
model? I can do this manually from menu Database/Generate and it works fine,
but I'd like to automate this on our build server.
Denis ...
|
Orgwiz to auto publish to web page
Thu, 8 May 2008 13:48:14 -0700 (PDT)
Hi,
I would like to take my orgwiz script and make it so when it runs that
it automatically publishes to a web page instead of a regular Visio
chart. Below is my code. Could anyone please offer advice?
orgwiz /DATASOURCE=LienDB2,TABLE=BuildRelationships /display-
fields=Name,GroupName,Reports_to
Thank ...
|
problem with group
Thu, 08 May 2008 11:52:30 +0300
Dear all,
I have a little problem with grouping. Please take a look at what I want
to do and let me know if is possible to implement. I have 2 rectangles
linked by a Connector tool. At the middle of the Connector tool I want
to put a little image (another shape) and make a group between Connector
and th ...
|
How do I change a shape in Visio for a process flow diagram?
Mon, 5 May 2008 11:16:00 -0700
How do I change a shape in Visio for a process flow diagram? I have an
existing process flow diagram in Visio and want to change multiple shape
types to other shape types without losing the data on the current shape. I
don't want to have to redo the connector lines & text inside each box. Help.
Thanks.
...
|
Re: Extracting Data From Visio Using C#
Sat, 3 May 2008 03:38:47 -0700 (PDT)
On May 2, 2:59 pm, "Tamer"<traa...@gmail.com> wrote:
> Well, thank you for the quick response
>
> first Visio SDK docuemntation is very poor (well at least to my standards)
>
> second all the articles i have read about this explaining how to generate
> the visio drawings which is not my requirements
>
> thir ...
|
How to get Window Message for Visio
Wed, 30 Apr 2008 17:51:55 -0700
I'd like to handle some Window Message for Visio like WM_CLOSE because some
messages are not sent as events by Visio.
How can I get all the Window Messsage for Visio?
I wrote the C# code below but FromChildHandle() returns null while
WindowHandle32 is correct.
What is wrong with this? or is there another ...
|
name of connected objects
Wed, 30 Apr 2008 16:54:01 -0700
Given two shapes with a connector between them, I am looking for a way to
identify the name of the two connected shapes in the connector.
In a perfect world, I'd like to use Custom Properties/Shape Data within the
connector to contain the names of the shapes in the Connector.
Any thoughts?
Thanks,
Flav ...
|
|
|
Visio 11 control: Stencil labels not showing up, why? How to fix?
Wed, 30 Apr 2008 10:36:01 -0700
Hey guys,
I'm developing a custom Windows app that has the Visio control embedded in
it.
I was using the Visio 12 control for a while and in the stencil pane that
shows all the shapes, the shapes had text labels with the names of the shapes
under them, just like in a normal Visio Window.
For a bunch ...
|
Change color of existing shape
Wed, 30 Apr 2008 10:12:01 -0700
I'm fairly new to developing in VB. I have a VB program that will perform
some functions and it will also need to open and make some changes to a visio
diagram that has been created. The program will check certain conditions and
then change the color of the appropriate shapes in the diagram. What would
th ...
|
Adding a form with controls to an add-in window
Wed, 30 Apr 2008 05:10:02 -0700
Hi,
I'm developing a COM add-in for Visio 2007 using C#, and I would like to add
some controls to a custom Visio.Window:
Visio.Window addInWin = app.Windows.Add("Extrafenster",
Visio.VisWindowStates.visWSAnchorLeft |
Visio.VisWindowStates.visWSAnchorAutoHide |
Visio.VisWindowStates.visWSVisible,
...
|