Monday, September 17, 2012

17/9


Run start up method
On “confirm button” click
 Show message box with the following;   return from “customer detail” method, line break and the text “Do you want to continue?(yes) Or start again(no)”, show yes and no buttons
If the user clicked yes use” stage two” method.
If the user clicks no; use “start-up” method
On “Next” button click
Use “Pizza choice” method The processes of this button is in a method because the same thing needs to happen when the confirm button is pressed
On “Confirm order” button
Use “Pizza choice” method
Message box show the following;
Return from “customer detail” method, line break this will show all of the details the user has entered in to the program
Return from “order detail” method, line break
“Do you want to submit (yes)? Or restart (no)”
Use buttons yes and no
Run start-up method  to pretend to send the information and move onto the next order and try to enter the order again 

With no errors my program still didn't run

No comments:

Post a Comment