To display the page number in a report you can add an unbound text box control and enter ____.
A. =(Page)
B. =[Page]
C. =Page()
D. =Page
Answer: B
You might also like to view...
Which of the following is not a data type used to represent a floating point value
A. float B. double C. long double D. short
Select the true statement from the choices below.
a. A scrolling text box is created using an input element with type="textarea". b. A text box is created using an input element with type="box" c. A select list is created using select and input elements. d. A scrolling text box is created using a textarea element.
Of the following, ________ can be described as similar to sticky notes on slides of a presentation
A) comments B) collaboration C) ink annotations D) markups
Which of the following is true about the three bag classes (LinkedBag, ArrayBag, ArraySortedBag)?
A. they are abstract classes B. they implement the bag interface C. the are all superclasses D. LinkedBag is a subclass of ArraySortedBag