Text String Concatenator

  • Thread starter Thread starter NachoShaw
  • Start date Start date
N

NachoShaw

Guest
Hey

In my project i want to try and provide an easy way of building a Text string based on a set of properties. The properties are a list in a database that have an associated value. I wondered if anyone knew of any examples that could start me off? I was thinking of something like a listbox or GridControl that showed the Property names. Then, i would drag / drop the row (property name) into a string builder (another listbox) to build up the description. My ultimate goal is to create a way dynamically making a unique description like this

Welded Flange, Stainless Steel 304L, 18x36x6, Class 150

I am intending to save the generated string into a table along with the ID's of each property so that i can obtain the right properties. This part im ok with, just not sure about getting the drag / drop lists together.

Any pointers greatly received :)


Thanks


Im a self taught VB.Net guy who writes code for Autodesk Inventor. I may not know the terminology but i try so please be patient. Im not a kid so please dont treat me like one :)

Continue reading...
 
Back
Top