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 |
what is the difference between call_form, new_form and open_form?
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;
Deleting a page removes information about all the fields in that page ?
What is a Static Record Group?
What is the purpose of the product order option in the column property sheet?
what exactly u write in when_new_form_instance
how i build a report
What is an User Exits ?
How do you trap the error in forms 3.0 ?
Is it possible to attach same library to more than one form?
What is an oracle report? List its various types.
How can you create Lexical parameter n Bind parameter in Reports ?