What is a Static Record Group?
Answers were Sorted based on User's Feedback
Answer / ravi
Static Record Group is a group with values that does not
change at run time or we can say it's not dynamic. All the
values in static record group remains unchanged.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / guest
static record group is is group build with predefined
values at design time.
| Is This Answer Correct ? | 4 Yes | 2 No |
How can a square be drawn in the layout editor of the report writer?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
how do u place it in required folder
What is bind reference and how can it carate?
what is the source file of po report?
if some data is not transfered where it will get stored
What is the difference between setting up of parameters in reports 2.0 reports ?
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;
What built-in is used for changing the properties of the window dynamically?
What is an Lov?
Can u explain me the Restricted and unrestricted procedure in Forms And reports and example as well ??
What is the difference between a Function Key Trigger and Key Function Trigger ?