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
When calling one of the functions contained within the Viewer IFX, all of the following statementsare true EXCEPT which one?
A. You must add the 'viewer' prefix to the function call.
B. Viewer functions only work when using the Viewer.
C. There is a function within the Viewer IFX to display a message box.
D. Viewer functions can be called from XFormsactions.
Mark needs to make a field required. How can he do this WITHOUT using an xforms:bind?
A. Hecan set the field's required property to 'on'.
B. He can use the Properties Dialog, and uncheck the "Required" checkbox.
C. He can use the Properties View and set the field's format[presentation][mandatory] option to 'on'.
D. He can use the Properties View and set the field's format[constraints][mandatory] option to 'on'.
Jane has a xforms:submission call in her form, but when the submission is called several fields in her form disappear. There are no relevance binds, norvisible or display computes in her form. Which of the following is most likely the reason for this problem?
A. The web service she is calling is returning an error.
B. She has the resource attribute pointing to the wrong URL.
C. The response to the submission is not as the form expects.
D. Her xforms:submission has a method of DELETE - and this causes items in the form to be removed.