which is currently on a content canvas. You want to display items from the EMP block on a new tab canvas.What are two ways to achieve this?

In your Employee.fmb module you have an EMP block, which is currently on a content canvas. You want to display items from the EMP block on a new tab canvas.
What are two ways to achieve this? (Choose two)

In your Employee.fmb module you have an EMP block, which is currently on a content canvas. You want to display items from the EMP block on a new tab canvas.
What are two ways to achieve this? (Choose two)

A.
1. Create a tab canvas in the Layout Editor.
2. For each item, associate the tab canvas by specifying the Canvas property.
3. Set the Rendered property of each item to Yes.

B.
1. Create a tab canvas in the Layout Editor.
2. For each item, associate the tab canvas by specifying the Canvas property.
3. For each item, associate the tab page by specifying the Tab Page property.

C.
1. Create a tab page in the Layout Editor.
2. Associate the content canvas with each item by specifying the Item Canvas property.
3. For each item, associate the tab page by specifying the Tab Page property.
4. Set the Visible property of each item to Yes.

D.
1. Create a canvas in the Object Navigator.
2. Set the Canvas Type property to Content.
3. For each item, associate the new canvas by specifying the Item Canvas property.

E.
1. Create a canvas in the Object Navigator.
2. Set the Canvas Type property to Tab.
3. For each item, associate the new canvas by specifying the Item Canvas property.
4. Set the Rendered property of each item to Yes.

F.
1. Create a new canvas in the Object Navigator.
2. Set the Canvas Type property to Tab.
3. For each item, associate the new canvas by specifying the Item Canvas property.
4. For each item, associate the tab page by specifying the Tab Page property.



Leave a Reply 0

Your email address will not be published. Required fields are marked *