difference between repeating frame and frame
Answers were Sorted based on User's Feedback
Answer / murugendra
Repeating Frame: is used if u want to print records for a
group.Repeating frames surround all of the fields that are
created for a group’s columns. The repeating frame prints
(is fired) once for each record of the group.
Frame:It is a simple frame u can put any fields which are
outside of the repeating frame
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / suneel
Frame:
Contains other objects and prints only once
Repeating Frame:
Contains other objects and Prints once for each record of the "Associated Group"
| Is This Answer Correct ? | 2 Yes | 0 No |
What are the triggers associated with a check box?
What do you mean by a pop-up window ?
What is an LOV?
what is integrity n how many integrity rules r there?
How can a text file be attached to a report while creating in the report writer?
Please tell me what is wrong in the below query: (Very Urgent) ================================================= function BeforePForm return boolean is begin if :from_invoice_date is null OR :to_invoice_date is null then aiv.PERIOD_NMAE:=:gl_period elsif :gl_period is null then aiv.INVOICE_DATE between :from_invoice_date and :to_invoice_date end if; return (TRUE); end;
How to create LOV in Oracle forms?
LOV can best describe a) window b)modal c)list d) none of these d)
how to call forms in parametar forms
What are the vbx controls?
What Enter package procedure does ?
What are visual attributes?