dakota97 Posted November 14, 2003 Posted November 14, 2003 Hi all, I'm relatively new to VB.Net and I'm runing into a problem. I'm trying to create a cash register program that allows the user to type an item number into a textbox, click a button, and have the matching database record be populated in a listbox. First question, am I using the right control as far as using a listbox, or should I use something else? Afterwards I'll need to add more items to the listbox and calculate the total. Second question, I've tried a few sample codes that connect to the DB and pull the right record based on a query, but apparently the connection is closing before it gets to the point to display the record. Any help would be greatly appreciated. Thanks in advance, Chris Quote if(computer.speed == "slow") { hamster.feed(); } if(computer.speed == "really slow") { hamster.kill(); BuyNewHamster(); }
Nightyhawk Posted November 17, 2003 Posted November 17, 2003 Closing? What is the line of code where it is ending? Quote Take care, Lori :D --DreamWEBCatcher.com
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.