datagrid

  • Thread starter Thread starter Brian Shannon
  • Start date Start date
B

Brian Shannon

I am looking to create a very simple quote program for my salesman using
vb.net. My boss is insiting that I have one form where the salesman can
enter information (detail lines) and as each line is completed a new line is
created.

I would perfer for the salesman to click an add button, fill in the
information, click save. Then the record will be saved to a sql DB. But
anyways, is there a way to use a datagrid that is always in an update state
that can add an empty row once the previous one was filled out? So, I enter
the first row of info and then a second row appears for input and so on. At
the end I will need to click save and update the entire record set.

My boss want's the same functionality of an Access 2000 subform. Enter the
info and a new row appears for the next line. Is this possible or is there
another alternative.

Please direct

Thanks
 
My boss want's the same functionality of an Access 2000 subform.
Enter the info and a new row appears for the next line. Is this
possible or is there another alternative.

You may want to look at a third party datagrid component... The basic
datagrid included with VS.NET will need alot of customization if you want
all of the features mentioned in your post.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Datagrids 4
Any ideas on how to do this? 12
Bug in Datagrids 8
vb code to re-arrange data 10
Finding Unique/Duplicates 5
Counting sales 3
Summing values in table 3
I don't get it... - Merging 2

Back
Top