LOT-835 Free Dumps Study Materials
Question 16: Viktor supports the Inventory database. He would like to allow users to edit the Quantity field directly in
the In Stock view, without having to open each document. What steps should Viktor follow to implement
this feature?
A.Check "Allow in-view edit" from the Properties box for the Inventory database. Click the onChange
event in the Column objects list in the Programmer's pane, and enter code to control what should happen
when a user edits the Quantity.
B.Check "Editable column" on the Info tab of the Properties box for the Quantity column. Click the
Inviewedit event in the View objects list in the Programmer's pane, and enter code to control what should
happen when a user edits the Quantity.
C.Check "Editable column" on the Info tab of the Properties box for the Quantity column. Click the
Querysave event in the Column objects list in the Programmer's pane, and enter code to control what
should happen when a user edits the Quantity.
D.Check "Allow in-view edit" from the Properties box for the Inventory database. Click the Querysave
event in the View objects list in the Programmer's pane, and enter code to control what should happen
when a user edits the Quantity.
Correct Answer:B