Hi Friends
1 The enabled and visible property of an item cannot be disabled at runtime if the cursor is on that item
Ture or False
2 A window is connect to block
Ture or False
3 The pre-Form trigger fire befor the when-new-form-instance trigger
Ture or False
4 When-validation-item cannot have navigational code like next_item,next_block etc
Ture or False
5 By default, the type of canvas is 'Context'
Ture or False
6 A control block is created by using Block wizard
Ture or False
7 New_record procedure create a new record at runtime
Ture or False
8 Execute_query retriever rows from the table and dispalys fist record on the form
Ture or False
9 MessageBox() is used to display message on the stauts bar
Ture or False
10 System.Form_status system variable are
QUERY, NEW, CHANGED
11 The window should be open maximized by setting
In Form Level-when-new-form-instance
SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,WINDOW_STATE,MAXIMIZE);
SET_WINDOW_PROPERTY('WINDOW1',WINDOW_STATE,MAXIMIZE);
12 window property can set at runtime by using (set_window_property)
No comments:
Post a Comment