Hi Tony,
Thanks for the response.
I don't know if I'm explaining it correctly. In short, I create a list of names from the proporty sets. The list can contain names like "Author", "Part Number", "Revision" and so on. However, some of the names can be "Editable" or "Read Only", I would like to...
I am programming using VBA in an Autodesk product. I am able to create an array based on a propertyset. The property set has an Enum. I am not familiar with Enums. Here is the code I am using to fill a list box with the names of each item within the property set. I would like to know how to...
'.name = T"
The above line is commented out because I could not get it to work.
I then read I can include the name as shown below in the "Set" statement which should make the ".name" not necessary.
Set NewTextBox = Me.Controls.Add("Forms.textbox.1", T)
Thoughts?
Hi Skip,
Thanks for the reply.
Here is the code I am using to create the textbox. The code create a textbox with a name of "ABC." I can pass a value upon creation but I can't capture the code later.
------------------------------------------------
Public Sub CreateTextBoxes()
Dim Test As...
I am trying to get values from Textboxes that I create at runtime. The number of textboxes needed can vary from user to user. I am able to create the TextBoxes and supply default values to them, however, I am having trouble getting their values later.
Any help would be gratly appreciated.
I have a multi-user database which supports an OLE filed. I have only embed functionality activated. Unfortunately, unless another user has the same program as the person who embedded an object has the OLE link doesn't work.
For example:
User 1 embeds an AutoCAD drawing file (temp.dwg)
User 1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.