Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Extra exercises for furach's Visual Basic 201 5 Extra 15-1 In this exercise, you'l add a Toolstrip to the Product Maintenance form of extra 27

image text in transcribed
Extra exercises for furach's Visual Basic 201 5 Extra 15-1 In this exercise, you'l add a Toolstrip to the Product Maintenance form of extra 27 Add a parameterized query to the Product Maintenance form exercise 14-2 that provides for retrieving a product based on its code and for retrieving all products. In addition, you'll format the data in the Unit Price text box. leed B code Get Product Get All Products Poduct Code: ? 1. Open the ProductMaintenance project in the Extra Exercises Chapter S ProductMaintenance directory. Then, increase the height of the form and move the controls on the form down to make room for another Toolstrip control. Use the smart tag menu for one of the bound controls to add a parameterized query named FillByProductCode that will retrieve the row for a product with the specified product code. Add an If statement to the Try block that was generated that checks the Count property of the binding source to be sure that the product is found. If it's not found, an error message should be displayed. Test the application to be sure this works. 2. 3. Display the Items Collection editor for the Toolstrip control you just created Then, modify the control so it appears as shown above. Create an event handler for the Click event of the Get All Products button. Then, copy the statement in the Load event handler for the form that loads data into the 4. Products table to the Click event handler, and delete the Load event handler so no data is loaded when the application starts. Test the application to see how this works. 5. Add an Imports statement for the System. Data.SqlClient namespace to the form. Then, add a Try...Catch statement to the Click event handler you just created that catches any SQL exceptions that occur. If an exception occurs, the catch block should display the exception number and message in a dialog box whose caption is the type of exception. Format the Unit Price text box so the data it contains is displayed as currency with two decimal places. Then, test the application one more time. 6

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

9. Describe the characteristics of power.

Answered: 1 week ago

Question

10. Describe the relationship between communication and power.

Answered: 1 week ago