473,387 Members | 3,781 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

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

pw
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..

Jun 14 '06 #1
12 7371
PW,
No need to re-hash the pros/cons of vba vs. vb.net etc..


Why is your than 80% of your message filled with that.

(Where it is not even the question if I agree with you ore not, but with
given you an answer and ignore those parts I would do if I agree with the by
you mentioned pros/cons from vba etc. )

So sorry no answer possible.

Cor
Jun 14 '06 #2
PW, Access was designed for "Non Programmers" and VB was designed for
programmers who would take the time to learn how to use the tools and the
language. VB is much more powerfull therefore there is more to do when
creating a form or anything else. VB expects you to do your own error
checking code, etc. As a professional programmer that is what I was trained
to do. Access does much of your design and coding for you. VB
allows/expects you to do it.

Regards,

Robert
"pw" <pw@pwsystems.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
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..

Jun 14 '06 #3
pw
You obviously missed this part from my original post:

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

Jun 14 '06 #4
Well, If you are using Visual studio 2005 it is really easy to create
enty forms.

pw wrote:
You obviously missed this part from my original post:

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


Jun 14 '06 #5
pw
I beg to differ. I AM using VS2005 and no one could call it easy to
create USEFUL data-entry forms. Sure, you can easily create a basic
bound form, but to create anything with close to the utility of an
Access bound form (options for filtering, sorting, etc.) will take a
much longer time - I don't care how brilliant you are.

If someone knows of a code template/code generator or RAD tool for
this, I'd be interested. Thanks,

Paul.
Ahmed wrote:
Well, If you are using Visual studio 2005 it is really easy to create
enty forms.

pw wrote:
You obviously missed this part from my original post:

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


Jun 14 '06 #6
pw
I beg to differ. I AM using VS2005 and no one could call it easy to
create USEFUL data-entry forms. Sure, you can easily create a basic
bound form, but to create anything with close to the utility of an
Access bound form (options for filtering, sorting, etc.) will take a
much longer time - I don't care how brilliant you are.

If someone knows of a code template/code generator or RAD tool for
this, I'd be interested. Thanks,

Paul.
Ahmed wrote:
Well, If you are using Visual studio 2005 it is really easy to create
enty forms.

pw wrote:
You obviously missed this part from my original post:

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


Jun 14 '06 #7
Try DevForce. Two days ago I attended an event at the Ottawa .NET
community and looked like a great tool. The express edition of the tool
is free.
pw wrote:
I beg to differ. I AM using VS2005 and no one could call it easy to
create USEFUL data-entry forms. Sure, you can easily create a basic
bound form, but to create anything with close to the utility of an
Access bound form (options for filtering, sorting, etc.) will take a
much longer time - I don't care how brilliant you are.

If someone knows of a code template/code generator or RAD tool for
this, I'd be interested. Thanks,

Paul.
Ahmed wrote:
Well, If you are using Visual studio 2005 it is really easy to create
enty forms.

pw wrote:
You obviously missed this part from my original post:

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


Jun 14 '06 #8
pw
Thank you! That is exactly the kind of information I was looking for.

Paul.

p.s. Cor is an idiot!

Ahmed wrote:
Try DevForce. Two days ago I attended an event at the Ottawa .NET
community and looked like a great tool. The express edition of the tool
is free.
pw wrote:
I beg to differ. I AM using VS2005 and no one could call it easy to
create USEFUL data-entry forms. Sure, you can easily create a basic
bound form, but to create anything with close to the utility of an
Access bound form (options for filtering, sorting, etc.) will take a
much longer time - I don't care how brilliant you are.

If someone knows of a code template/code generator or RAD tool for
this, I'd be interested. Thanks,

Paul.
Ahmed wrote:
Well, If you are using Visual studio 2005 it is really easy to create
enty forms.

pw wrote:
> You obviously missed this part from my original post:
>
> "ps. please only constructive responses that address my issue. No need
> to re-hash the pros/cons of vba vs. vb.net etc.. "


Jun 14 '06 #9
Paul,
I beg to differ. I AM using VS2005 and no one could call it easy to
create USEFUL data-entry forms. Sure, you can easily create a basic
bound form, but to create anything with close to the utility of an
Access bound form (options for filtering, sorting, etc.) will take a
much longer time - I don't care how brilliant you are.
This is in the original post No need to re-hash the pros/cons of vba vs. vb.net etc.. "


Is it really needed that you tell all the in your opinion pros of VBA, this
newsgroup is for VBNet.

For VBA are other newsgroups.

Cor
Jun 14 '06 #10
Clarion for Windows www.softvelocity.com/ I have used it for years Paul.
Its a RAD system.

Robert

"pw" <pw@pwsystems.com> wrote in message
news:11********************@f6g2000cwb.googlegroup s.com...
I beg to differ. I AM using VS2005 and no one could call it easy to
create USEFUL data-entry forms. Sure, you can easily create a basic
bound form, but to create anything with close to the utility of an
Access bound form (options for filtering, sorting, etc.) will take a
much longer time - I don't care how brilliant you are.

If someone knows of a code template/code generator or RAD tool for
this, I'd be interested. Thanks,

Paul.
Ahmed wrote:
Well, If you are using Visual studio 2005 it is really easy to create
enty forms.

pw wrote:
> You obviously missed this part from my original post:
>
> "ps. please only constructive responses that address my issue. No need
> to re-hash the pros/cons of vba vs. vb.net etc.. "

Jun 14 '06 #11
I was trying to be constructive.

Robert

"pw" <pw@pwsystems.com> wrote in message
news:11**********************@i40g2000cwc.googlegr oups.com...
You obviously missed this part from my original post:

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

Jun 14 '06 #12
That will get you a lot of help Paul.

Robert

"pw" <pw@pwsystems.com> wrote in message
news:11**********************@y43g2000cwc.googlegr oups.com...
Thank you! That is exactly the kind of information I was looking for.

Paul.

p.s. Cor is an idiot!

Ahmed wrote:
Try DevForce. Two days ago I attended an event at the Ottawa .NET
community and looked like a great tool. The express edition of the tool
is free.
pw wrote:
> I beg to differ. I AM using VS2005 and no one could call it easy to
> create USEFUL data-entry forms. Sure, you can easily create a basic
> bound form, but to create anything with close to the utility of an
> Access bound form (options for filtering, sorting, etc.) will take a
> much longer time - I don't care how brilliant you are.
>
> If someone knows of a code template/code generator or RAD tool for
> this, I'd be interested. Thanks,
>
> Paul.
>
>
> Ahmed wrote:
> > Well, If you are using Visual studio 2005 it is really easy to create
> > enty forms.
> >
> > pw wrote:
> > > You obviously missed this part from my original post:
> > >
> > > "ps. please only constructive responses that address my issue. No
> > > need
> > > to re-hash the pros/cons of vba vs. vb.net etc.. "

Jun 14 '06 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Andrew Chanter | last post by:
I am developing a SQL database to cover operations that were previously handled in a spreadsheet, and need to create a view or procedure that presents data into a matrix format similar to what the...
3
by: MLH | last post by:
Can I run a procedure and read a value to indicate data mode like A_EDIT or A_READONLY (Access Basic in Access 2.0) ?
5
by: David | last post by:
Hello I need to take some values and place them in a string in the format of a querystring. Lets say I have: string State = "ACT"; string SearchString = "Tax"; int MinRelevance = 50;
11
by: mwt | last post by:
Hi. I'm reworking a little app I wrote, in order to separate the data from the UI. As a start, I wanted to create a iron-clad data recepticle that will hold all the important values, and stand up...
1
by: shapper | last post by:
Hello, I am creating a class where I have a repeater. I want to create the source of the repeater inside the class as follows: 1 Dim a As New MyClass 2 With a 3 .Add("item 01")
0
by: MeMySelf | last post by:
i have a problem when i want create Hierarchical Data..please help me to solve this problem..i would be thanks fully if you can explain step by step using this tools (Janus Web GridEX)..thnX
0
ADezii
by: ADezii | last post by:
Rather than using CurrentProject.Connection or entering your own Connection information, ADO supports storing Connection information in an external file called a Data Link File (which normally has a...
2
by: ahmedalobaidy | last post by:
hi i have installed appserver (localhost) on my computer and i want to create mysql data base and connect it with my site on the (localhost), ,,, that's mean i have a hyper link in my site and...
1
by: rachbret | last post by:
Hi, I created a database with a table that has customer info - including sales history. I want to create a form so that i can search based on various criteria (first name, last name, purchase date,...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.