User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the VB.NET section within the Software Development category of DaniWeb, a massive community of 391,590 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,685 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our VB.NET advertiser:
Views: 1779 | Replies: 4
Reply
Join Date: Jul 2005
Posts: 3
Reputation: kapow is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
kapow kapow is offline Offline
Newbie Poster

Please Help!!!!

  #1  
Jul 5th, 2005
I HAVE TO HAVE THIS DONE BY TODAY ---Here Goes---ALL HELP REALLY TRULY APPRECIATED I WILL PRAY FOR YOU ASWELL!!

Produce a vb application that incorportates a class module that will hold two pieces of information about 6 company employees. the information is their new salary and a short description about their job role (between 8 to 12 words)

Three of the employees work in the sales department which is managed by AnnSharpe the other three work in the export dept. which is managed by alan cheng. the area manager is called frank mitchell.

the application is to have a FORM that will enable the three managers to access the information about the employees

ann and alan can only access information about their own staff i.e ann access only sales department information and alan access only export department information. frank can access all information.

this information is to be displayed on the form in two labels. the manager should be able to select which person the information is for from a combo box.

ll managers are required to login to the system.

anns user name is (asharpe) and the password is (versace)
alans username is (acheng) and the password is (lasvegas)
franks username is (fmitch) and the password is (spitfire)

the design of the main form is upto you but it must include the above features nd the coding has to be documented with Rem statements.

email at alert_me@hotmail.com
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Feb 2003
Location: Canada
Posts: 786
Reputation: Paladine has a spectacular aura about Paladine has a spectacular aura about Paladine has a spectacular aura about 
Rep Power: 9
Solved Threads: 25
Colleague
Paladine's Avatar
Paladine Paladine is offline Offline
Master Poster

Re: Please Help!!!!

  #2  
Jul 5th, 2005
Well since you haven't read the STICKY note at the top of this forum, a response in the form of a solution to your homework problem will not be posted.

LINK TO STICKY NOTE about homework problems

pseudo-code

Class employeeClass
Dim dblSalary as Double
Dim strDesc as String

....

End Class

And rem statments are not used in VB.Net to my knowledge. Sure this is posted in the right forum?

Originally Posted by kapow
I HAVE TO HAVE THIS DONE BY TODAY ---Here Goes---ALL HELP REALLY TRULY APPRECIATED I WILL PRAY FOR YOU ASWELL!!

Produce a vb application that incorportates a class module that will hold two pieces of information about 6 company employees. the information is their new salary and a short description about their job role (between 8 to 12 words)

Three of the employees work in the sales department which is managed by AnnSharpe the other three work in the export dept. which is managed by alan cheng. the area manager is called frank mitchell.

the application is to have a FORM that will enable the three managers to access the information about the employees

ann and alan can only access information about their own staff i.e ann access only sales department information and alan access only export department information. frank can access all information.

this information is to be displayed on the form in two labels. the manager should be able to select which person the information is for from a combo box.

ll managers are required to login to the system.

anns user name is (asharpe) and the password is (versace)
alans username is (acheng) and the password is (lasvegas)
franks username is (fmitch) and the password is (spitfire)

the design of the main form is upto you but it must include the above features nd the coding has to be documented with Rem statements.

email at alert_me@hotmail.com
Assistant Manager, Regional Pharmacy Information Systems
TLC Services Website (Under Construction)
Updated : ASP.Net Login Code
Reply With Quote  
Join Date: Jul 2005
Posts: 3
Reputation: kapow is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
kapow kapow is offline Offline
Newbie Poster

Re: Please Help!!!!

  #3  
Jul 5th, 2005
Originally Posted by Paladine
Well since you haven't read the STICKY note at the top of this forum, a response in the form of a solution to your homework problem will not be posted.

LINK TO STICKY NOTE about homework problems

pseudo-code

Class employeeClass
Dim dblSalary as Double
Dim strDesc as String

....

End Class

And rem statments are not used in VB.Net to my knowledge. Sure this is posted in the right forum?


This is not homework but a project which i need help with cmon people im sure one of you will help out this once mannnnnnn! pweeeeeeeeeez xxx
Reply With Quote  
Join Date: Feb 2003
Location: Canada
Posts: 786
Reputation: Paladine has a spectacular aura about Paladine has a spectacular aura about Paladine has a spectacular aura about 
Rep Power: 9
Solved Threads: 25
Colleague
Paladine's Avatar
Paladine Paladine is offline Offline
Master Poster

Re: Please Help!!!!

  #4  
Jul 5th, 2005
OK, well where are you stuck at?

Starting it? Have you created your class and member variables?

Can this be done with ADO.NET ( if so what does your DB table structure look like) or can it only be done with Classes/variables and no Database?

Remember we are here to provide help, but you have to give us an idea of where you are at, and what area you are having difficulty with. i.e. Code that isn't working, not knowing how to do a particular process? Get the idea.

You won't find anyone here that will just out right give you the answer.

So:

1. Have you created the Form in VB.Net?
2. Do you have a Database inorder to store and retrieve this data? (Because if there is a DB back end, you can do this in about 40 lines of code, and about 3 select statements).
3. What part of the code is not working or are you lacking in for completion?
4. Have you at least got the login working?


See where I am going here?
Assistant Manager, Regional Pharmacy Information Systems
TLC Services Website (Under Construction)
Updated : ASP.Net Login Code
Reply With Quote  
Join Date: Jun 2005
Location: Iowa *sob*
Posts: 36
Reputation: npasma is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
npasma's Avatar
npasma npasma is offline Offline
Light Poster

Re: Please Help!!!!

  #5  
Jul 6th, 2005
He's right man, you can't expect that anyone is going to bail you out just because you beg and use exclamation marks. Work it out, this stuff isn't easy, you gotta earn it. Come up with some code, post it in tags, and when you get an error post the message, stack trace, etc. Thats the kind of stuff people will sink their teeth into. :rolleyes:
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb VB.NET Marketplace
Thread Tools Display Modes

Other Threads in the VB.NET Forum

All times are GMT -4. The time now is 11:21 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC