Problems with DoCmd commands
Wed, 2 Jul 2008 06:47:00 -0700
Hey altogether.
I have implemented the Visio Drawing Control in a Webpage (aspx) and I want
to script against the visio object. I can save a file (See the example
below). But how can I use the DoCmd-Commands e.g. to realize a print command
or to open the shape window.
<%@ Import Namespace="Microsoft.Offi ...
|
export data from a VISIO ER diagram to SQL server
Wed, 2 Jul 2008 03:40:01 -0700
I normally do all my DB design through the SQL server "database diagram"
interface. A developer recently handed me a VISIO with about 40 tables. I
have heard that there is a way I can take this VISIO document and connect it
to the test database then push the new tables to SQL server.
If this is true, please ...
|
visio 2003 - doors don't automatically align to walls
Tue, 1 Jul 2008 09:38:02 -0700
I've got a set of drawings I've created for our various builds and lately
I've noticed that the doors don't automatically align to the walls.
Has anyone else experienced this or something similar.
Any suggestions to resolve my problem? ...
|
My add-in menu problem
Tue, 1 Jul 2008 16:28:19 +0300
Hi all,
I have strange my add-in menu problem when it dissapears under some
circumstances in Visio 2007. The problem can be illustrated using "WBS
TreeView" add-in example from Visio SDK:
1. Initial Visio 2007 menu has a following list of top menu items: "File,
Edit, View, Insert, Format, Tools, Data, Sh ...
|
publishng visio on web
Sun, 29 Jun 2008 06:25:01 -0700
am using right click (format/behavior) to add details to visio objects (org
chart objects with information about their roles and responsibilities).
cannot get this method to work on a visio web page. Is it possible? Is there
such a thing as a visio server that would make advanced methods that run with
the v ...
|
Visio 2003 and 2007 Compatibility
Sun, 29 Jun 2008 03:33:58 -0700 (PDT)
Hi all,
I'm developing an application in C# (Visual Studio 2005) using Visio
Active-X drawing control.
I've started the development using visio 2003 and it all worked fine,
but when I tried to run the application on a machine with visio 2007
installed on it, some problems occurred:
- All event handlers of ...
|
Re: Visio Shape Icon - How to change.
Sat, 28 Jun 2008 12:40:19 +0100
On Sat, 28 Jun 2008 00:34:01 -0700 (PDT), Nikolay Belyh
<nbelyh@gmail.com> wrote:
>> This shape is taken from my stencil and then dropped onto other drawings.
>> After the shape that I made is dropped onto other drawings I want to change
>> the picture that is used as the display for the shape. I thought this ...
|
|
|
VISIO CommandBar EVENTS
Sat, 28 Jun 2008 03:47:00 -0700
hi every body...
is there any events to know the toolbar visible or not .
i made a command bar CUSTOMEDIT..
and in a menu i want to visible and invisble. when the commandbar is visible
it willbe checked and viceversa. i have done this part
But when i click through visio VIEW-> TOOLBARS-> CUSTOMEDIT . the c ...
|
Re: Visio Shape Icon - How to change.
Sat, 28 Jun 2008 00:59:52 +0100
On Fri, 27 Jun 2008 09:50:00 -0700, Stumple
<Stumple@discussions.microsoft.com> wrote:
>I am not sure how to answer you questions. I am somewhat new to visio
>development so I am trying to learn.
>
>Basically, there is a shape I have made and put onto a stencil. I made the
>shape by taking a screen shot a ...
|
Org Chart Wizard Automation in Visio 2003 with SQL Server
Fri, 27 Jun 2008 13:06:03 -0700
Hi,
I am trying to programatically automate the Org Chart Wizard(Visio 2003) in
C#. But when I attempt to connect to a SQL Server 2005, I get an error
message- "Invalid data. Your data file is empty".
I tried programming Excel file to be the data source, it worked fine.
I manually ran the wizard using the SQ ...
|