What is a record Group?
Answers were Sorted based on User's Feedback
Answer / anil_abbireddy
Record Group is forms default data structure to hold the
user data at run time.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / saravana
Record group is used to stored the data temp. and used to
check the duplicate record.
| Is This Answer Correct ? | 0 Yes | 2 No |
i created a parameter list in reports. how to restrict that parameter list with parameters
Why is a Where clause faster than a group filter or a format trigger?
Can you mention lexical parameter in select statement in the data model?
When will ON-VALIDATE-FIELD trigger executed ?
What are the vbx controls?
how to hide the scroll bar in forms 6i
What is the use of image_zoom built-in?
What are the built-in used for getting cell values?
What are the different types of Record Groups?
what is procedure like symbols of bind and lexical
What is the difference between $$DATE$$ & $$DBDATE$$
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