Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I am not sure if my answers are correct or not 1. You develop a form to update brand intormation. The torm includes thefollowing ccde:

image text in transcribed

I am not sure if my answers are correct or not

1. You develop a form to update brand intormation. The torm includes thefollowing ccde: function BrandChange(executionContext) { var formcontext=executioncontext.getrormcontext(); var BrandName=formContext.getAttribute("brandname").getValue(); I+(BrandName! =nu11)\{ formcontext.getAttribute ("INFO_TAB").setVisible(False); \} else \{ formContext.getAttributc ("INFO_TAB").sctVisiblc(Truc); What is the output of this code segment? Select only one answer. Display brandname and INFO_TAB when brandname is blank. Hide brandname and INFO_TAB when brandname is blank. Display brandname and hide INFO_TAB when brandname is blank.Hide brandname and display INFO_TAB when brandname is blank. 2. You develop JavaScript code to filter a lookup field. The lookup field must returnfiltered data. What should you do? Select only one ( answer. Register a function on the form's OnLoad event which uses the addPresearchmethod to invoke a separate function containing the filtering code. C Register a function on the ficld's OnChange cvent which uses the addPresearchmethod to invoke a separate function containing the filtering code. r Register a function on the form's OnLoad event which uses the setSearchQuerymethod to apply the filtering code

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

PC Magazine Guide To Client Server Databases

Authors: Joe Salemi

1st Edition

156276070X, 978-1562760700

More Books

Students also viewed these Databases questions