Jane is designing a form with three pages. Pages one and two are built with a wizard style interface, and page three is meant only for printing. How can Jane setup her form so that when the form is printed, only page three prints?
A. Jane should only put a print button on page three, then it will be the only one that shows up when the form is printed.
B. Jane must break up her form into two separate forms: one for the wizard and one for printing.
C. Jane would create a "keep" filter, specifying page three as the only page to print.
D. Jane can set theprint settingsproperty of page three to 'on', andprint settingsproperty for pages one and two to 'off'.
正解:C
質問 2:
Which of the following features CANNOT be set with the ufv_settings option?
A. mandatorycolor
B. allowableoverlap
C. savewithformaterrors
D. modifiable
正解:B
質問 3:
Where in the IBM Forms Designer can you modify the build order?
A. Outline view
B. Instance view
C. Properties view
D. XForms view
正解:A
質問 4:
Bill needs to make the <firstName> element in the following instance mandatory.

What is the proper 'required' setting in an XForms bind to accomplish this?
A. if(instance('formData')/personal/info/firstName != '', 'true', 'false')
B. true()
C. instance('formData')/personal/info/firstName
D. true
正解:B
質問 5:
Jane is attempting to debug a problem with her form. The requirement states that the instance('formData')/info/data/firstName element must be mandatory. Which of the following XForms statements defines this field as mandatory?
A.
B. The global.global.ufv_settings[submitwithformaterrors] property is set to 'permit'.
C.
D.
正解:A