Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: vb code  (Read 5038 times)

0 Members and 1 Guest are viewing this topic.

Kola42

    Topic Starter


    Starter

    vb code
    « on: July 22, 2010, 02:00:42 PM »
    how to use a datagrid via database in an invoice program and the code.

    spockrates



      Rookie

      Re: vb code
      « Reply #1 on: July 28, 2010, 12:54:47 PM »
      how to use a datagrid via database in an invoice program and the code.

      The forum is like Jeopardy.  You must submit your posts in the form of a question!

       ;D

      Allan

      • Moderator

      • Mastermind
      • Thanked: 1260
      • Experience: Guru
      • OS: Windows 10
      Re: vb code
      « Reply #2 on: July 28, 2010, 01:14:51 PM »
      The forum is like Jeopardy.  You must submit your posts in the form of a question!

       ;D
      You're new here. If you don't have anything helpful to say, please don't post.

      spockrates



        Rookie

        Re: vb code
        « Reply #3 on: July 28, 2010, 01:26:18 PM »
        My apologies. I was tying to help by suggesting the user give us more intelligible information.  I'll just leave unintelligible questions unanswered from now on.

        Quote
        You cannot give too much information. about the system. Withholding information seldom solves a problem quickly, if at all. Please don't expect us to drag information out of YOU to solve YOUR problem.

        http://www.computerhope.com/forum/index.php/topic,33333.0.html

        Helpmeh



          Guru

        • Roar.
        • Thanked: 123
          • Yes
          • Yes
        • Computer: Specs
        • Experience: Familiar
        • OS: Windows 8
        Re: vb code
        « Reply #4 on: July 28, 2010, 01:49:43 PM »
        I was tying to help by suggesting the user give us more intelligible information.
        Telling someone to post their question in question form does not suggest they give more intelligible information.
        Where's MagicSpeed?
        Quote from: 'matt'
        He's playing a game called IRL. Great graphics, *censored* gameplay.

        BC_Programmer


          Mastermind
        • Typing is no substitute for thinking.
        • Thanked: 1140
          • Yes
          • Yes
          • BC-Programming.com
        • Certifications: List
        • Computer: Specs
        • Experience: Beginner
        • OS: Windows 11
        Re: vb code
        « Reply #5 on: July 28, 2010, 06:37:27 PM »
        What the badger? If I had posted that why do I suspect the reception would have  been the opposite?

        the original post is one of those stupid "show me teh codez" trolls anyway.

        I was trying to dereference Null Pointers before it was cool.

        Helpmeh



          Guru

        • Roar.
        • Thanked: 123
          • Yes
          • Yes
        • Computer: Specs
        • Experience: Familiar
        • OS: Windows 8
        Re: vb code
        « Reply #6 on: July 28, 2010, 06:40:50 PM »
        What the badger? If I had posted that why do I suspect the reception would have  been the opposite?
        Probably.
        Where's MagicSpeed?
        Quote from: 'matt'
        He's playing a game called IRL. Great graphics, *censored* gameplay.

        grv12121



          Newbie

          Re: vb code
          « Reply #7 on: August 20, 2010, 06:11:50 AM »
          how to use a datagrid via database in an invoice program and the code.


          IMPORTS SYSTEM.SQLCLIENT
          CREATE SQL CONNECTION STREAM
          OPEN CONNECTION (LIKE SQL.OPEN)
          INSERT DATAGRIDVIEW
          SET DATASOURCE AND DATAMEMBER

          CREATE COMMAND LIKE INSET UPDATA DELETE ETC
          CLOSE CONNECTION

          [email protected]









          BC_Programmer


            Mastermind
          • Typing is no substitute for thinking.
          • Thanked: 1140
            • Yes
            • Yes
            • BC-Programming.com
          • Certifications: List
          • Computer: Specs
          • Experience: Beginner
          • OS: Windows 11
          Re: vb code
          « Reply #8 on: August 20, 2010, 06:17:20 AM »


          IMPORTS SYSTEM.SQLCLIENT
          CREATE SQL CONNECTION STREAM
          OPEN CONNECTION (LIKE SQL.OPEN)
          INSERT DATAGRIDVIEW
          SET DATASOURCE AND DATAMEMBER

          CREATE COMMAND LIKE INSET UPDATA DELETE ETC
          CLOSE CONNECTION

          [email protected]










          Wow! a psychic poster! He even knows that they are using VB.NET as opposed to classic VB. I SALUTE YOU!
          I was trying to dereference Null Pointers before it was cool.

          Fleexy



            Intermediate

          • OW NEXT TIME I SHOULD TURN IT OFF BEFORE SERVICING
          • Thanked: 2
            • Yes
            • Yes
          • Experience: Experienced
          • OS: Windows XP
          Re: vb code
          « Reply #9 on: August 29, 2010, 04:56:52 PM »
          Quote
          IMPORTS SYSTEM.SQLCLIENT
          CREATE SQL CONNECTION STREAM
          OPEN CONNECTION (LIKE SQL.OPEN)
          INSERT DATAGRIDVIEW
          SET DATASOURCE AND DATAMEMBER

          CREATE COMMAND LIKE INSET UPDATA DELETE ETC
          CLOSE CONNECTION

          The parts I've highlighted don't look like VB to me...

          EDIT: according to VB.NET 2005, all of it is invalid...
          I love .NET!

          BC_Programmer


            Mastermind
          • Typing is no substitute for thinking.
          • Thanked: 1140
            • Yes
            • Yes
            • BC-Programming.com
          • Certifications: List
          • Computer: Specs
          • Experience: Beginner
          • OS: Windows 11
          Re: vb code
          « Reply #10 on: August 29, 2010, 05:12:41 PM »
          The parts I've highlighted don't look like VB to me...

          it's not code. It's instructions.
          I was trying to dereference Null Pointers before it was cool.

          Fleexy



            Intermediate

          • OW NEXT TIME I SHOULD TURN IT OFF BEFORE SERVICING
          • Thanked: 2
            • Yes
            • Yes
          • Experience: Experienced
          • OS: Windows XP
          Re: vb code
          « Reply #11 on: August 29, 2010, 05:19:28 PM »
          O.
          I love .NET!