|
-
Jun 7th, 2003, 03:50 PM
#1
Thread Starter
Junior Member
Help with Visual Basic .NET program please!!!
Ok, I need a program in VB.NET that simulates an ATM machine.
The features should include:
1. Login to the database: authenticating ID and Password
2. Allow the user to select an account (from saving or from checking)
3. Allow the user to process a transaction: deposit, withdraw, or just to check balance
4. Make sure if deposit and withdrawal takes place, the balance is modified accordingly.
5. Make sure the transaction is recorded if deposit and withdrawal takes place.
6. Allow the user to logoff and receive a “printed slip” reflecting the transaction
Can anyone help?
-
Jun 7th, 2003, 04:00 PM
#2
Sleep mode
Do you want someone to write the whole proj for you ?? If you have specific problem , post it here !
-
Jun 7th, 2003, 04:19 PM
#3
-
Jun 7th, 2003, 04:31 PM
#4
Frenzied Member
maybe he works for a bank
1. Login to the database: authenticating ID and Password
-query the database
2. Allow the user to select an account (from saving or from checking)
-grab all the users accounts associated with his userid,then
populate a dropdown the pageload
3. Allow the user to process a transaction: deposit, withdraw, or just to check balance
write a function to adjust balance after the transaction
4. Make sure if deposit and withdrawal takes place, the balance is modified accordingly.
fire the function from above
5. Make sure the transaction is recorded if deposit and withdrawal takes place.
insert a record with the data you need
6. Allow the user to logoff and receive a “printed slip” reflecting the transaction
you could use a report here
now, that the program requirerments are broken down, start with your login screen and proceed from there..if you have "specific" question submit a post and someone will help...
Last edited by EyeTalion; Jun 7th, 2003 at 04:39 PM.
It's tough being an unhandled exception...
___________
VB.NET 2008
VB.NET 2010
ORACLE 11g
CRYSTAL 11
-
Jun 7th, 2003, 08:16 PM
#5
Lively Member
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
|