1 Attachment(s)
Creating a data show tool using VB6
Hi All
not sure if I am posting on the right place but I am looking to create a search tool that show me a data. Please look on below info:
I created a combobox1 that had 3 selection which is "MSN" , "RNC" and "RBS"
Next I created a text input that we can type in the site ID
last I created a button called "Get data"
And I have more than 1000 data related info:
The run will be as following:
When I select "MSN" and type in "NBU001" in the text input should get below info after hitting "get data"
Site ID=NBU0001
IP=0.0.0.0 (Or any digits)
OSS=SouthEast
Same thing with others
When I select "RNC" and type in "SBC0001" in the text input should get below info after hitting "get data"
Site ID=SBC0001
IP=1.1.1.1 (Or any digits)
OSS=Northeast
and same with NodeB
I have a list of all info required to add to the tool as excel sheet:see below example, remember I had more than 1000 line like below:
MSN NBU0001 0.0.0.0 SouthEast
RNC SBC0001 1.1.1.1 NorthEast
Picture attachedAttachment 99795
My skype ID for faster help
methaq77
I really appreciate your help as I am beginner and trying to learn more and this is the first post.
My skype ID for faster help
methaq77
Re: Creating a data show tool using VB6
Doesnt look like you guys have an experiance on that , I will try to post it somewhere else
Re: Creating a data show tool using VB6
I don't think the lack of response is because we lack experience. What you're doing is pretty standard stuff that we deal with daily. The reason you've had no response is that you've posted this in the General Developer forum as opposed to a specific language forum (I imagine you want VB.Net but you haven't said) and your question is too vague. In fact, you haven't even asked a question. You've simply stated a high level requirement and said you apreciate our help.
What do you actually want our help with? Importing the data from excel into database? Querying from a database? Querying From Excel? How to handle a button click?
Imagine you were on a home maintenance forum and someone posted "I'm decorating my house. You help is apreciated." What would your response be?
Show us what you've done, ask us specific questions and ask them in the right forum. You'll get plenty of help.
Re: Creating a data show tool using VB6
I think the explanation and the picture attached is so clear. not sure what you else you need. If you are saying its basic q then the answer should be ready. this is the way you see my question. try to move it to vb.net and will see if any understand the question otherwise it will be my bad.
any way thank you for respond
Re: Creating a data show tool using VB6
Quote:
Originally Posted by
FunkyDexter
(I imagine you want VB.Net but you haven't said)
The original poster put VB6 in the title.