W
William Gower
I am looking at designing an app in vb.net that will feature forms that have
tool buttons on them such as Add,Edit,Delete,Find,Next,Previous etc. When
the user opens the form (MDI child), I will grab the data from the table
into a dataset and pass it to the form. From then on until the form is
closed the form will work with that dataset such as adding to it, deleting
from it, moving the next or previous record. I will save changes to the
dataset and to the table and then do refreshes occasionally. As long as the
user has the form open, they will use this same dataset. This is a small
home user app which will be single user. Any problems that you can see with
approach?
tool buttons on them such as Add,Edit,Delete,Find,Next,Previous etc. When
the user opens the form (MDI child), I will grab the data from the table
into a dataset and pass it to the form. From then on until the form is
closed the form will work with that dataset such as adding to it, deleting
from it, moving the next or previous record. I will save changes to the
dataset and to the table and then do refreshes occasionally. As long as the
user has the form open, they will use this same dataset. This is a small
home user app which will be single user. Any problems that you can see with
approach?