HOW CAN I CREATE A DROP DOWN LIST IN AUTO CAD?

HOW CAN I CREATE A DROP DOWN LIST IN AUTO CAD?

Anonymous
Not applicable
813 Views
4 Replies
Message 1 of 5

HOW CAN I CREATE A DROP DOWN LIST IN AUTO CAD?

Anonymous
Not applicable

I am not sure if this is possible with AutoCad, but i am creating an order form using AutoCad and for some of the form feilds i need to have a couple options for customers to choose from - can anyone help me with how to create a dropdown list so that they can choose the option they want?

 

Thanks!

0 Likes
814 Views
4 Replies
Replies (4)
Message 2 of 5

vinodkl
Mentor
Mentor

Hi,

 

You can do that with dynamic block. 

You can learn more about dynamic block from here: Click here

There is also a dedicated forum for dynamic block,  you could post any question related to dynamic block: Click here

--------------------------------------------------------------------------------------------------------------------------
ವಿನೋದ್ ಕೆ ಎಲ್( System Design Engineer)
Likes is much appreciated if the information I have shared is helpful to you and/or others.

Please mark "Accept as Solution" if my reply resolves the issue or answers your question, to help others in the community.
--------------------------------------------------------------------------------------------------------------------------
Message 3 of 5

scot-65
Advisor
Advisor

Perhaps you might want to create a dialog interface instead?

 

Example:

ECert207.jpg

 

???

 


Scot-65
A gift of extraordinary Common Sense does not require an Acronym Suffix to be added to my given name.

0 Likes
Message 4 of 5

TheCADnoob
Mentor
Mentor

When your customers fill out the form is it going to be in a DWG format?

 

If you are planning on having it as a dwg you cant really control the form that well. If you are planning on sending it to them as a pdf, you can probably add the dropdowns in Adobe (or some other PDF software).

 

The biggest question is how are the end users going to interface with your form. 

CADnoob

EESignature

0 Likes
Message 5 of 5

Anonymous
Not applicable

For an order form, unless you need that form to directly generate AutoCAD content, my opinion is that you would be much better off using either Excel or a pdf creator like Adobe Acrobat. While you can create custom user-forms in VBA within AutoCAD, and run basically any sequence of AutoCAD commands based on what options are selected and butttons are pushed, there is quite a learning curve involved. Also, unless your end-users (customers?) have AutoCAD installed, using the form would be difficult, if not impossible (not sure if any freeware or low-cost dwg alternatives support custom content like VBA, forms, etc or not....)

0 Likes