February 07, 2009

Part-17

How do you display console on a window? -
The console includes the status line and message line, and is displayed at the bottom of the window to which it is assigned. To specify that the console should be displayed, set the console window form property to the name of any window in the form. To include the console, set console window to Null.

What are the different Parameter types? -Text Parameters Data Parameters

State any three mouse events system variables? - System.mouse_button_pressedSystem.mouse_button_shift

What are the types of calculated columns available? - Summary, Formula, Placeholder column.

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.

What are the built_ins used the display the LOV? - Show_lov List_values

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.

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)

0 comments: