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.
 
Back
Top