Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JRDumont

    VBA Classes and Enum help

    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...
  2. JRDumont

    VBA Classes and Enum help

    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...
  3. JRDumont

    Get value from TextBox created at design time

    That is awesome!! Works Great. Thanks very much.
  4. JRDumont

    Get value from TextBox created at design time

    '.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?
  5. JRDumont

    Get value from TextBox created at design time

    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...
  6. JRDumont

    Get value from TextBox created at design time

    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.
  7. JRDumont

    Get path and filename from an embedded object

    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...

Part and Inventory Search

Back
Top