[Solved] How to Make Clickable Cells - Help (Program Link Attached)
I am really frustrated right now. I have a lot of problems on my Inventory System and I need to sumbit it this coming Wednesday. You see, I'm a newbie, in every sense of the word. I only know basic VB, so basic that I can't even create a real program (no one would call a 'basic arithmetic calculator' a program). So I am asking VB experts here to help me complete this inventory system. The programmer I commissioned (yes I did) told me that he's too busy and can no longer help me with this system (yes, even if I'll pay him).
Actually I only have one major problem:
How to make the cell clickable so that I can edit their contents on their corresponding forms.
For example:
When I double-click a cell on the datagrid (e.g. on the Item Maintenance grid, I double-clicked "Yarn" which is under the Item Name column) the Item Maintenance form will appear with the information on the row where "Yarn" belongs. Like this:
Item No [9877]
Item Name [Yarn]
Item Desc [Ok]
Then I can by then edit the data so to speak. I raised this question before but it didn't get a reply.
I hope a good soul would help me with this. Thank you very much. I don't know how I will repay whoever will help me. I am at your debt. :)
Re: Need Help on my Inventory System (Program Link Attached - few KB)
That's a bad site to use. Anyone who's been here for a while has reached his download limit, and no one's going to pay to help you. (If this is VB 2005 - I can't tell, since I'm not going to pay rapidshare - it belongs in the Visual Basic .NET forum - VB 2005 is not Classic VB.)
Why did you add a data source? Is the connection through a data source? If it is, did you add what the program is looking for? If you can't even post the few lines of code that are causing the problem, you need more than someone helping you here - try posting in the Open Positions (Jobs) forum. But if you know what kind of data connection the program is looking for, maybe someone can find the error in your code.
Re: Need Help on my Inventory System (Program Link Attached - few KB)
Okay, just disregard my no. 1 question. Maybe the problem is local since it was really working before and I have changed nothing since it last worked.
So my only remaining problem is my question no. 2. I really need help on this because I don't know squat how to do it. I attached the link to my system because I thought the problem would be easier to pinpoint that way.
Re: How to Make Clickable Cells - Help (Program Link Attached)
I figured out the problem and I already found a way to make the cells clickable so that it will generate a corresponding form. Thanks anyway. :D