|
-
Oct 2nd, 2005, 08:14 AM
#1
Addicted Member
Re: Piecework Visual Basic 6.0
Sorry, I'm still not following...
-
Oct 2nd, 2005, 08:31 AM
#2
Thread Starter
Lively Member
Re: Piecework Visual Basic 6.0
Calc Pay Menu Command
Calculates and displays the dollar amount earned.
Also, you need to make sure to not display the Summary form before any data is entered; you cannot calculate a total or an average when no items have been calculated. You can either check the number of employees or disable the Summary menu command until the first order has been calculated. If you choose to disable the Summary menu command, be sure to de-select the Enabled check box when setting it up in the Menu Editor. You will then need to enable it in your code at the right time.
Summary Menu Command
Summary Form
The Summary form should display the summary information. The summary information is as follows:
1. Total number of pieces
2. Total number of employees
3. Total pay for all employees
4. Average pay for all employees
The summary information should appear when the form is initially displayed. This form should also include two command buttons, a Back button and a Quit button. The Back button will close the Summary form and go back to the Main form. The Quit button will display a message box to make sure the user would really like to quit the program. If the user selects Yes, terminate the program. If the user selects No, close the Summary form and display the Main form.
Displays the Summary form and all necessary summary information
Pieces Completed
1-199
200-399
400-599
600 Or more
Price Paid per Piece
$0.50
$0.55
$0.60
$0.65
Last edited by Franklin67; Oct 2nd, 2005 at 08:38 AM.
-
Oct 2nd, 2005, 08:51 AM
#3
Thread Starter
Lively Member
Re: Piecework Visual Basic 6.0
The first Thing i Have to do
Is create the text boxes and lables and text boxes
Which i have already done
Now only the coding part
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
|