M
Matt
Hi everybody
I'm pretty new to VBA coding but I'm very impressed with the
possiblities of the new visio 2003 drawing control - so please bear
with my silly sounding questions.
What I want to do:
Having Access 2002 database where I want to place the control in a
subform showing Visio drawings related to the different records (sync.
of Main- and subform no problem so far). Set my Visio template (vst)
as scr.
Problems:
1. The control doesn't keep the width and height values that I put in
the control's properties during designmode - always goes back to the
same size when in running mode. How can I change this? I tried to
integrate the control into a regular html-page and there it keeps the
size. Any advice how to achieve that in an Access form?
2. Everytime you open a template with stencil in Visio 2003 the
stencil has the "Shape search" window. Because it's taking a lot of
space, I want to disable it - how do I do that - the
"Windows(1).ItemFromID(Visio.visWinIDShapeSearch).Visible = False"
from the MSDN Visio 2003 page doens't work (I put it as it is in my
form_open procedure).
Who can help me please - kept on trying for hours now, but can't get
it to work.
Any help is highly appreciated!
Regards
Matt
I'm pretty new to VBA coding but I'm very impressed with the
possiblities of the new visio 2003 drawing control - so please bear
with my silly sounding questions.
What I want to do:
Having Access 2002 database where I want to place the control in a
subform showing Visio drawings related to the different records (sync.
of Main- and subform no problem so far). Set my Visio template (vst)
as scr.
Problems:
1. The control doesn't keep the width and height values that I put in
the control's properties during designmode - always goes back to the
same size when in running mode. How can I change this? I tried to
integrate the control into a regular html-page and there it keeps the
size. Any advice how to achieve that in an Access form?
2. Everytime you open a template with stencil in Visio 2003 the
stencil has the "Shape search" window. Because it's taking a lot of
space, I want to disable it - how do I do that - the
"Windows(1).ItemFromID(Visio.visWinIDShapeSearch).Visible = False"
from the MSDN Visio 2003 page doens't work (I put it as it is in my
form_open procedure).
Who can help me please - kept on trying for hours now, but can't get
it to work.
Any help is highly appreciated!
Regards
Matt