custom properties when adding a shape 
Author Message
 custom properties when adding a shape

Hi, two questions for you !

first, When I create a form and I put it in my own stencil, is it
possible to make appears the custom properties window, for me to fill
the answer on the adding of the shape ?

second, when I choose the process in the Flowchart stencil, is it
possible to add the display of a custom properties on it ?

thanks,

Melanie.

Sent via Deja.com http://www.*-*-*.com/
Before you buy.



Tue, 19 Nov 2002 03:00:00 GMT  
 custom properties when adding a shape
Melanie,

To answer your first question, I did it by selecting the shape and using the
DoCmd method, like this:

Visio.Application.ActiveWindow.Select theShape, 2
On Error Resume Next
Visio.Application.DoCmd (visCmdFormatCustPropEdit)

The "On Error" line seemed to fix the problem of the user not entering
anything in the Custom Properties window. Hope this helps - I can't answer
your second question though.

Leon

Quote:

>Hi, two questions for you !

>first, When I create a form and I put it in my own stencil, is it
>possible to make appears the custom properties window, for me to fill
>the answer on the adding of the shape ?

>second, when I choose the process in the Flowchart stencil, is it
>possible to add the display of a custom properties on it ?

>thanks,

>Melanie.

>Sent via Deja.com http://www.deja.com/
>Before you buy.



Tue, 19 Nov 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Dropping shapes through VBA with shape Custom Properties setting ASK =True

2. Shape Sheet - Custom Properties

3. dropping shapes w/ custom properties HELP

4. Setting shape custom prop to page's property

5. updating custom properties in a shape

6. Problems adding custom property pages

7. how to add custom properties to folder?

8. Adding custom properties and assigning values.

9. Adding Custom Properties in VBA

10. VBA to add custom meta data properties

11. Windows forms designer automatically adds code that sets properties of custom controls

12. Adding custom property

 

 
Powered by phpBB® Forum Software