Results 1 to 40 of 159

Thread: [RESOLVED] Piecework Visual Basic 6.0

Hybrid View

  1. #1
    Addicted Member JensPeder's Avatar
    Join Date
    Sep 2005
    Posts
    249

    Re: Piecework Visual Basic 6.0

    Sorry, I'm still not following...

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Oct 2005
    Location
    Singapore
    Posts
    99

    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.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 2005
    Location
    Singapore
    Posts
    99

    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
  •  



Click Here to Expand Forum to Full Width