|
-
Aug 22nd, 2004, 11:01 PM
#1
Thread Starter
Frenzied Member
professional database advice [* Resolved *]
Hello,
I am developing a database application. I have one form which contains students' details. I can add, delete, and update the records in the form without any problems.
My question is, when l add a new student, should l have new add student form shows, which is the form that allows the user to enter the details. Once the user has entered the details they will confirm the details are correct than press ok. the Text boxes on the add new student form will then be copied to the main student form, and then the update code would be executed.
Is this a professional way to do this, or should l just add the new record in the main form.
I am using C#, but I don't think that matters as this is just a standard database application that could be written in any language.
A second question, should l lock the text boxes when the user is just browsing through the records, and only unlock them when the user wants to update or add new.
Thanks for your professional advice,
Steve
Last edited by steve_rm; Aug 23rd, 2004 at 10:27 AM.
steve
-
Aug 23rd, 2004, 12:57 AM
#2
Fanatic Member
In my opinion its better to pop open a new form and allow the user to add information inside of this new window. It is less confusing this way, and it will only show when nessecary. Having the add option in the main window would make it more cluttered.
As for locking text boxes, I would say no. If I were to browse through a 100 records I needed to change 1 thing on, I really woulden't want to click the Unlock button in order to have the ability to change something. You want things done on the fly rather then introducing an extra step.
my .02
ok, so... windows takes 1 minute to search for a file on my PC yet google.com takes 1 second to search the entire internet? 
-
Aug 23rd, 2004, 10:25 AM
#3
Thread Starter
Frenzied Member
Thanks for your advice
Steve
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|