Results 1 to 4 of 4

Thread: [Solved] How to Make Clickable Cells - Help (Program Link Attached)

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2006
    Posts
    103

    Resolved [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.
    Last edited by sirkeled; Sep 2nd, 2006 at 09:19 PM.

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    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.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2006
    Posts
    103

    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.
    Last edited by sirkeled; Sep 2nd, 2006 at 08:59 PM.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jul 2006
    Posts
    103

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width