Home
46.
State any three mouse events system variables?

System.mouse_button_pressedSystem.mouse_button_shift .

47.
What are the types of calculated columns available?

Summary, Formula, Placeholder column.

48.
Explain about stacked canvas views?

Stacked canvas view is displayed in a window on top of, or "stacked" on the content canvas view assigned to that same window. Stacked canvas views obscure some part of the underlying content canvas view, and or often shown and hidden programmatically.

49.
What is the difference between SHOW_EDITOR and EDIT_TEXTITEM?

Show editor is the generic built-in which accepts any editor name and takes some input string and returns modified output string. Whereas the edit_textitem built-in needs the input focus to be in the text item before the built-in is executed.

50.
What are the built-ins that are used to Attach an LOV programmatically to an item?

set_item_property
get_item_property
(by setting the LOV_NAME property) .