G
gunslingor
Let me ask. When i place a visio drawing control onto an access form, is
that called the application object, or, is the application object
something different? What is the difference between:
Dim vsoApp As Visio.Application
&
Dim vsoApp As DocumentControl0.Window.Application
&
Dim vsoApp As DocumentControl0.Document.Application
&
Why do the last two declaration require the middle window/document
parts for it to not report an error? What is the difference between all
three?
that called the application object, or, is the application object
something different? What is the difference between:
Dim vsoApp As Visio.Application
&
Dim vsoApp As DocumentControl0.Window.Application
&
Dim vsoApp As DocumentControl0.Document.Application
&
Why do the last two declaration require the middle window/document
parts for it to not report an error? What is the difference between all
three?