adspace


What is an implicit anchor and how is it a different form explicit anchor in a report builder?

Answer Posted / Amit Rajdeo Singh

An Implicit Anchor in Oracle Forms Report Builder is a reference to an object that serves as the starting point for a navigation or calculation operation. It can be automatically determined based on the report structure, such as the first object on a page. On the other hand, an Explicit Anchor is a specific object explicitly defined by the developer for navigation or calculation purposes.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

2227