Want to pass your IBM Forms 8.0 - Form Design and Development C2040-403 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
Jane is creating a form in the IBM Forms Designer for FileNet. If she marks certain data as "public", whatshould she specify?
A. She should specify the data type using an XFDL compute.
B. She should specify the data type using the corresponding XFDL object's format.datatype property.
C. She should specify the data type using a Model Item property.
D. She doesnot need to specify any data type.
Which of the following choices is NOT available in the Properties window for a field item's Text Alignment?
A. Vertical Center
B. Center
C. Right
D. Left
Given the following data instance, what xforms bind returns the total cost (including tax) ofa particular item, if the current context of the bind is "items/item"
A. sum(cost + cost/@tax)
B. sum(number(cost), number(cost/@tax))
C. sum(cost, cost/@tax)
D. cost + cost/@tax