How to easily create data-entry forms in vb.net

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • pw

    #1

    How to easily create data-entry forms in vb.net

    I'm an experienced Access/VBA programmer, trying to become competent
    using VB.net.

    Using base vb.net it seems to me to be an AWFUL amount of work to
    create data-entry forms similar to what one could create in Access in
    20 minutes (eg. a form with datasheet/form-view options, filter fields,

    etc., etc.).

    Surely there is an easier way?! What do most 'real-life' programmers do

    here? Is one of the commercial component suites the answer here?

    Thanks,
    Paul.

    ps. please only constructive responses that address my issue. No need
    to re-hash the pros/cons of vba vs. vb.net etc..

  • Doug Bell

    #2
    Re: How to easily create data-entry forms in vb.net

    Paul,
    Sure you can easily build an Access Form in 20 Mins or less but I have at
    times spent the best part of a day creating a very professional Access Form
    to meet specific customer and data schema requirements.

    VB.Net takes a considerably longer amount of time to develop a considerably
    more professional and considerably more robust application.

    Doug

    "pw" <pw@pwsystems.c om> wrote in message
    news:1150250154 .737452.277520@ f14g2000cwb.goo glegroups.com.. .[color=blue]
    > I'm an experienced Access/VBA programmer, trying to become competent
    > using VB.net.
    >
    > Using base vb.net it seems to me to be an AWFUL amount of work to
    > create data-entry forms similar to what one could create in Access in
    > 20 minutes (eg. a form with datasheet/form-view options, filter fields,
    >
    > etc., etc.).
    >
    > Surely there is an easier way?! What do most 'real-life' programmers do
    >
    > here? Is one of the commercial component suites the answer here?
    >
    > Thanks,
    > Paul.
    >
    > ps. please only constructive responses that address my issue. No need
    > to re-hash the pros/cons of vba vs. vb.net etc..
    >[/color]


    Comment

    • Cor Ligthert [MVP]

      #3
      Re: How to easily create data-entry forms in vb.net

      Doug,

      Your answer was not allowed by PW he was not interested in that.
      [color=blue][color=green]
      >> ps. please only constructive responses that address my issue. No need
      >> to re-hash the pros/cons of vba vs. vb.net etc..[/color][/color]

      He call that non constructive responses.

      In the way he asks his question, he has already decided that VBA is better
      but wants probably from us that we tell that as well.

      Cor

      "Doug Bell" <vodaphoneSUCKS @starhub.com.au > schreef in bericht
      news:u2kCX62jGH A.4508@TK2MSFTN GP05.phx.gbl...[color=blue]
      > Paul,
      > Sure you can easily build an Access Form in 20 Mins or less but I have at
      > times spent the best part of a day creating a very professional Access
      > Form
      > to meet specific customer and data schema requirements.
      >
      > VB.Net takes a considerably longer amount of time to develop a
      > considerably
      > more professional and considerably more robust application.
      >
      > Doug
      >
      > "pw" <pw@pwsystems.c om> wrote in message
      > news:1150250154 .737452.277520@ f14g2000cwb.goo glegroups.com.. .[color=green]
      >> I'm an experienced Access/VBA programmer, trying to become competent
      >> using VB.net.
      >>
      >> Using base vb.net it seems to me to be an AWFUL amount of work to
      >> create data-entry forms similar to what one could create in Access in
      >> 20 minutes (eg. a form with datasheet/form-view options, filter fields,
      >>
      >> etc., etc.).
      >>
      >> Surely there is an easier way?! What do most 'real-life' programmers do
      >>
      >> here? Is one of the commercial component suites the answer here?
      >>
      >> Thanks,
      >> Paul.
      >>
      >> ps. please only constructive responses that address my issue. No need
      >> to re-hash the pros/cons of vba vs. vb.net etc..
      >>[/color]
      >
      >[/color]


      Comment

      • Cor Ligthert [MVP]

        #4
        Re: How to easily create data-entry forms in vb.net

        Doug,

        In addition to my message.
        PW forgets probably that Ms-Access is created as an enduser tool and VBNet
        as a developer tool.

        Cor

        "Doug Bell" <vodaphoneSUCKS @starhub.com.au > schreef in bericht
        news:u2kCX62jGH A.4508@TK2MSFTN GP05.phx.gbl...[color=blue]
        > Paul,
        > Sure you can easily build an Access Form in 20 Mins or less but I have at
        > times spent the best part of a day creating a very professional Access
        > Form
        > to meet specific customer and data schema requirements.
        >
        > VB.Net takes a considerably longer amount of time to develop a
        > considerably
        > more professional and considerably more robust application.
        >
        > Doug
        >
        > "pw" <pw@pwsystems.c om> wrote in message
        > news:1150250154 .737452.277520@ f14g2000cwb.goo glegroups.com.. .[color=green]
        >> I'm an experienced Access/VBA programmer, trying to become competent
        >> using VB.net.
        >>
        >> Using base vb.net it seems to me to be an AWFUL amount of work to
        >> create data-entry forms similar to what one could create in Access in
        >> 20 minutes (eg. a form with datasheet/form-view options, filter fields,
        >>
        >> etc., etc.).
        >>
        >> Surely there is an easier way?! What do most 'real-life' programmers do
        >>
        >> here? Is one of the commercial component suites the answer here?
        >>
        >> Thanks,
        >> Paul.
        >>
        >> ps. please only constructive responses that address my issue. No need
        >> to re-hash the pros/cons of vba vs. vb.net etc..
        >>[/color]
        >
        >[/color]


        Comment

        • Herfried K. Wagner [MVP]

          #5
          Re: How to easily create data-entry forms in vb.net

          "Cor Ligthert [MVP]" <notmyfirstname @planet.nl> schrieb:[color=blue]
          > In addition to my message.
          > PW forgets probably that Ms-Access is created as an enduser tool and VBNet
          > as a developer tool.[/color]

          Does this mean that the exact same task (designing a form) should be more
          complicated in one of them than in the other one?

          --
          M S Herfried K. Wagner
          M V P <URL:http://dotnet.mvps.org/>
          V B <URL:http://classicvb.org/petition/>

          Comment

          • Cor Ligthert [MVP]

            #6
            Re: How to easily create data-entry forms in vb.net

            Herfried,
            [color=blue]
            > Does this mean that the exact same task (designing a form) should be more
            > complicated in one of them than in the other one?[/color]

            Not the design, you know that it is very sophisticated in Net 2005, but all
            things around it as binding it to the database is in my idea more
            complicated in Net than in Office.

            However comparing is almost impossible, if you see that new automatic by
            using the datasource made let say extended DataGridView page which can has
            all kind of relations and controls inside it, than you get the idea of a
            kind of MS-Access designing. But it is not the same.

            Just my thought,

            Cor
            [color=blue]
            >
            > --
            > M S Herfried K. Wagner
            > M V P <URL:http://dotnet.mvps.org/>
            > V B <URL:http://classicvb.org/petition/>[/color]


            Comment

            Working...