What is the difference between SHOW_EDITOR and EDIT_TEXTITEM?
Answer Posted / 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 |
Post New Answer View All Answers
What are the Features of Forms 6i over 4.5? What are the Features of Forms 10g? What are the Features of Reports 6i? What are the Features of Reports 10g ?
Explain the various types of oracle report?
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
In what situation u create the BPA.
how to send file attachment from oracle forms
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
did u received a single file or multiple files
List the different types of columns in oracle reports.
can you convert or reverse engineer a fmx back to a fmb file?
if some data is not transfered where it will get stored
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
what is oracle forms?
What is responsibility and how u attach How to create user and how u attach with responsibility.
Is it possible to execute a dynamic sql from forms?