what is a display item?
Answer / guest
Display items are similar to text items but store only
fetched or assigned values. Operators cannot navigate to
a display item or edit the value it contains.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do u give the list of values in bind parameter
difference between place holder and formula column
3 Answers Cognizant, IBM, Microsoft,
What is AppCore and AppCore2 ?
What are the triggers associated with a check box?
What is a text list?
Any attempt to navigate programatically to disabled form in a call_form stack is allowed?
What is difference between open_form and call_form?
What is synchronize?
What is lexical reference?How can it be created?
Is it possible to disable the parameter from while running the report?
What is the difference between formula column and place holder?
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;