What are the Built-ins to display the user-named editor?
Answer / guest
A user named editor can be displayed programmatically
with the built in procedure SHOW-EDITOR, EDIT_TETITEM
independent of any particular text item.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible to insert comments into sql statements return in the data model editor?
in before report trigger SRW.user_exit(FND_Userinit) what will do
What are the trigger associated with image items?
Which of the above methods is the faster method?
From which designation is it preferred to send the output to the printed?
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 does the term panel refer to with regard to pages?
What are the three types of user exits available ?
What are the two repeating frame always associated with matrix object?
I am using oracle developer suit(form 10g), On used ole2 objects to initialize excel and worksheet and on "BEFORE REPORT" i am printing report heading in excel using OLE2 objects only. if i run report from developer suit report builder it give output in excel normally and what expected but when ever i put same report on server and run report from application it gives error : " Terminated with error : <br> REP-1401 'before report': FATAL pl/sql error occured. ORA-43356; message 43356 not found; Product=RDBMS; facility = ORA." Please reply it is urgent
What are the built-in routines is available in forms 4.0 to create and manipulate a parameter list?
What is WHEN-Database-record trigger?