Term 2 Week 4
The theory component of this week has effectively helped me through a lot if not all problems that have occurred within my project. Set 5D, including techniques used in developing well-written code, good programming practices, error detection, and software tools to detect errors have informed me about the practices of coding. I have also used a lot of the tools in detecting errors that have occurred in my project and through the information in this chapter i have effectively learnt different tools and how they work within the coding environment.
Wednesday, 25 May 2016
Term 2 Week 4
This week i have moved immensely forward with the production of code for my Major Project. With the help of Mr Chapman i have effectively changed my form designs and have created the correct code to load products across into a list box on the Hire Quote and Sales Quote forms. With this code the products are saved into a number known as the product code. This will also occur with the Quotes as well to make it possible for all of the quote details to be transferred into an invoice. I have also this week worked through a sub routine that loads my client details across from the clients form into these quote forms. They now load into set labels which greet you when the form in loaded.
This week i have moved immensely forward with the production of code for my Major Project. With the help of Mr Chapman i have effectively changed my form designs and have created the correct code to load products across into a list box on the Hire Quote and Sales Quote forms. With this code the products are saved into a number known as the product code. This will also occur with the Quotes as well to make it possible for all of the quote details to be transferred into an invoice. I have also this week worked through a sub routine that loads my client details across from the clients form into these quote forms. They now load into set labels which greet you when the form in loaded.
Above is the Hire Quote form in action with the client details loaded up in the top right corner. A product has also been selected and added into the quote listbox through the add product button
This week i also coded the subroutine to remove that product from the quote listbox. However i am having problems with removing its product code.
See above how the product has been removed from the listbox but its product code hasnt been removed. I will continue working through this issue and hopefully resolve it later.
Thursday, 12 May 2016
Monday, 9 May 2016
Term 2 Week 3
Due to exams in the first 2 weeks of this term, i spent that time as well as the holidays studying. As of Tuesday i have now opened my Major project since last term. In todays lesson i have successfully coded my login and create new login forms based from the code i previously generated from the Login Module from Year 11. I now plan to move onto the products form.
Below is some of the code i have used in the login section of my project.
Due to exams in the first 2 weeks of this term, i spent that time as well as the holidays studying. As of Tuesday i have now opened my Major project since last term. In todays lesson i have successfully coded my login and create new login forms based from the code i previously generated from the Login Module from Year 11. I now plan to move onto the products form.
Below is some of the code i have used in the login section of my project.
This subroutine runs to ensure that the password and confirm password match. If they do then the login form is loaded and the text boxes are reset, if not a message box will respond with the problem that has occurred.
This subroutine runs to ensure that the login and password in the login form match that saved to file in the create new login form. If they do match you may enter the program if not, a message box will return "unsuccessful" or "Please enter a Username" or "Please enter a Password"
Subscribe to:
Comments (Atom)