Hi, I am trying to add columns to datagridview and able to insert information from my textboxs also combobox with date. Also using Microsoft Access database at the sametime.
Is there any tutorials on this type of information i am asking for. Or can i get help from the start to the end. I just don't know where to start from since i am a beginner and i am trying to make a Movie Database for my wife to make things simpler.
...
User Profile
Collapse
-
-HELP- Tutorial or help with datagridview and microsoft access
-
-HELP- using textbox to be added to a listview column.
I have 3 columns already made Product, Price, Quantity, - what I want to do is take the textbox's txtName, txtPrice, txtQuantity, and add them to the columns in the right specific places.
Thanks,
wlee1970 -
ok what i had to do is add another button to the inventory system and it seem to work out... i had to much code under the Add button, when I created the Sum button everything stop freaking out. -
ok I wrote another program using the same code and it worked, would it be something in the program on the inventory system i am working on causing issues or to much code under one button.Leave a comment:
-
What miscommunicatio n are you talking about.. adding two numbers was misdirected, i wanted multiply those numbers to get the sum of the total. Is there another ways to do this, then this type of code...Leave a comment:
-
-
I dont see any difference, everything seems to be right but it isnt doing what it suppose to do, examples would be nice :)Leave a comment:
-
Not getting an error messsage at all.. it just shows a zero in the third sum total textboxLeave a comment:
-
-HELP- sum of 2 textboxs and then getting the total in the last textbox
I am trying to get 2 numbers from 2 textboxs and get a return sum in the third textbox. the strange thing is that i got it to work with this code that i am going to provide on the last app i worked on, now on the new app i am on it doesnt work at all.. I am not getting any Errors, just shows a zero when i calculate to the sum of the total textbox.
...Code:int sum1 = 0; int sum2 = 0; int result = 0; -
-HELP- How do you populate textbox from selecting an item from combobox
What i want and its been a pain to understand on how to put information into a combobox then show up in a textbox, like an example, i have a txtName and txtComment and a cboProductName, when I type a name in txtName and add information in the txtComment it will populate the combobox, but when you select that name from the combobox it should show the information in the txtComment. Here is the code. Look at the bottom of the code on what i am trying...
No activity results to display
Show More
Leave a comment: