Hi - not sure why nobody is responding..
So, I created a txt file that looks like
column width
Name 30
Address 40
Location 30
I wrote a stored procedure and created a query using ddl that creates the tables. Now I am trying to create the package...
Hi - I am attempting to create a table using DTS wizard to import from a text file. There are six tables, most of them usually being 3 columns long. In these text files, the first two columns are fixed length, so that's easy.. the problem comes with the last column which just ends at the end...
Hi - Here's what I'm trying to do, as you all may know by now having read my 9 million threads. I am connecting to a sql db and have several tables. Each table is connected to its own combobox. Depending on what a user selects for combobox2, for example, I want combobox4 to remove some of its...
Yes, your assumptions are right, sorry about that. It just said VALUE in the textbox when I tried it. But, that's okay, because I got it to work with
Private Sub ModelNumber(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles txtModelN.TextChanged
If _CLASS.SelectedIndex <>...
Thanks so much for the insight. I will definitely keep that in mind.
Right now, I am trying to do what you spoke of earlier. I have displaymember = desc and valuemember = value, and then I am coding:
Private Sub txtModelN_TextChanged(ByVal sender As System.Object, ByVal e As...
Okay, let me make it more clear.
Here is what I am attempting to do. I just had a better idea. I want to populate a combobox dynamically with a description, while populating a textbox with the value of that description.
I created the class MyList above to hold two 'fields'(is it right?)...
Sorry, should have told you, that was how it was originally, it still produces the error.
I have tried selectedvalue, selectedtext and selectedindex.
Thanks,
Luna
Hi all - I'm having a problem with syntax, I think. I just made my first class (called MyList) and am trying to work with it. I learned on VB6 and even that was a while ago, but .. well anyway, classes are new to me, so I may have something wrong.
I created the class so that I could have two...
Hi all,
Nevermind, I figured it out.. all I needed to do was put the groupbox2.enter in the handles statement.. how weird that I wouldn't try that, it seems so simple now. Afterall, I love the handle and abuse it all the time.
I was messing around with if-then-else and case statements for no...
Hi earthandfire (and others), sorry for the delay in getting back to you.. I have finally tried the code you helped me with, (well, most of it) and I think I can do beautiful things with it. The case statement wouldn't really pertain to what I am trying to do, so I didn't use it.
But - what...
Hi earthandfire, sorry for the delay in getting back to you.. I have finally tried this code, (well, most of it) and I think I can do beautiful things with it. The case statement wouldn't really pertain to what I am trying to do, so I didn't use it.
But - what I need to do, is if an item in...
I have not had a chance to try this yet, been crazy busy here, but I will and once I do I will let you know. Thanks so much in advance earthandfire and tipgiver!
Luna
Hi everybody -
I am just trying to do something simple and can't find the right way to do it.
I have a listbox whose content changes depending on selections a user has made previously. I then use this selection to produce part of a model number. Sometimes the things in the listbox are...
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.