A Tab Index setting of ________ will give the field focus when the form page is displayed, since it will be first on the tab order list

A) Yes
B) No
C) 1
D) 0

D

Computer Science & Information Technology

You might also like to view...

Why should you try to use Order in Layer as opposed to Sorting Layers?

What will be an ideal response?

Computer Science & Information Technology

An array called carList contains elements of struct type car which has components model, year and price. Which of the following will reference the year of the third car?

a) carList[2].car.year b) car[2].year c) carList.year[2] d) carList[2].year

Computer Science & Information Technology