What is the difference between SHOW_EDITOR and EDIT_TEXTITEM?
Answer / guest
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 excuted.
| Is This Answer Correct ? | 7 Yes | 3 No |
Is it possible to execute a dynamic sql from forms?
When will ON-VALIDATE-FIELD trigger executed ?
What are the menu items that oracle forms 4.0 supports?
What is relation between the window and canvas views?
What are the built-in used for getting cell values?
What is the built-in used for showing lov at runtime?
What is an User Exits ?
can i use lexical variable in formula column
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
can i send the control file path as a parameter
how can u store a picture file in oracle database? explain the path/command?
System.effective_date system variable is read only True/False