What is the difference between system.current_field and
system.cursor_field ?
Answers were Sorted based on User's Feedback
Answer / george berlak
System.cursor_field gives name of the field with block name.
System.current_field gives name of the field.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / animesh
System.current_field gives name of the field.
System.cursor_field gives the name of the field where cursor
is currently lies in an application.
| Is This Answer Correct ? | 2 Yes | 0 No |
What are the design facilities available in forms 4.0?
Whar are the different default triggers created when Master Deletes Property is set to Cascade?
How can a text file be attached to a report while creating in the report writer?
HI in report builder am creating paramters.for that i have taken emp table from scott user . in deptnum am displaying distinct deptno.if i select dept 10 ,empnum drop down should display empno's of deptno 10. .if i select dept 20 ,empnum drop down should display empno's of deptno 20.for this wat i have to do.
What are the display styles of list items?
What is the difference between NAME_IN and COPY ?
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 is a library in Forms 4.0?
What are the two ways by which data can be generated for a parameter's Using static values?
Can any one send me oracle form and reports tutorials from which i may get help.contact me on my mail cse_kashif@hotmail.com.
a text item is there what r the different types of triggers associated with it
What is the difference between restricted and unrestricted package procedure ?