Online Access Free C2210-403 Practice Test
| Exam Code: | C2210-403 |
| Exam Name: | IBM Forms 8.0 - Form Design and Development |
| Certification Provider: | IBM |
| Free Question Number: | 105 |
| Posted: | May 27, 2026 |
Steve wants the position of object B to always be fixed and below object A, even when the object A has changed its position at run time. What should he do to ensure this?
Consider the code sample below: <xforms:action ev:event="DOMActivate"> <xforms:setvalue ref="instance('formData')/firstName">Bob</xforms:setvalue> <xforms:setvalue ref="instance('formData')/lastName">Smith</xforms:setvalue> </xforms:action> Which of the following statements about this code fragment is TRUE?