Can you have more than one content canvas view attached with
a window?
Answers were Sorted based on User's Feedback
Answer / kumar
Yes. Each window you create must have atleast one content
canvas view assigned to it. You can also create a window
that has manipulated content canvas view. At run time only
one of the content canvas views assign to a window is
displayed at a time.
Is This Answer Correct ? | 5 Yes | 0 No |
What are the default extension of the files created by library module?
What are the type of User Exits ?
What is pop list?
How do you reference a parameter indirectly?
what is procedure like symbols of bind and lexical
what ia an object groups?
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 can you hide the report in Apps?
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
What is a list item?
How many pages you can in a single form ?