What are visual attributes?
Answer / guest
Visual attributes are the font, color, pattern proprities
that you set for form and menu objects that appear in your
application interface.
Is This Answer Correct ? | 1 Yes | 0 No |
What is an User_exit?
how to pass 2 variables from one form to other form
Give the sequence of execution of the various report triggers?
What is a record group?
What is an user exit used for?
What is the built-in function used for finding the alert?
What is an OLE?
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 is an User Exits ?
Can you pass data parametrs to forms?
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
What is a predefined exception available in forms 4.0?