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 two panes that Appear in the design time pl/sql ?
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.
How i call Reports from Forms10g.
What are the two ways by which data can be generated for a parameter's Using static values?
What is the maximum size of a form ?
What is coordination Event?
Explain about stacked canvas views?
How can a button be used in a report to give a drill down facility?
When a form is invoked with call_form, Does oracle forms issues a save point?
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
Can you pass data parametrs to forms?
What built-in is used for showing the alert during run-time?