What is a Query Record Group?
A query record group is a record group that has an
associated SELECT statement. The columns in a query record
group derive their default names, data types, and lengths
from the database columns referenced in the SELECT
statement. The records in a query record group are the
rows retrieved by the query associated with that record
group.
Query record groups can be created and modified at design
time or at runtime.
| Is This Answer Correct ? | 1 Yes | 1 No |
What are the different types of Coordinations of the Master with the Detail block?
What are visual attributes?
What is a Query Record Group?
What is user exit.?
2 Answers IBM, Synergy, Zensar,
hiding item in report how like that properly,thats manually but at runtime i want to do
Explain about horizontal, Vertical tool bar canvas views?
How can we expand Parameter Form Canvas on Reports 6i?
What are built-ins associated with timers?
What is an Alert ?
What are the two phases of block coordination?
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;
Can you have more than one content canvas view attached with a window?