What are the trigger associated with image items?
Answers were Sorted based on User's Feedback
Answer / apot
When-Image-Activated (fires when the end user double-clicks
an image item)
When-Image-Pressed (fires when an end user clicks or double-
clicks on an image item)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nishi
When-Image-Activated
can control or modify the default functionality of the oracle forms
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about horizontal, Vertical tool bar canvas views?
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 do u place it in required folder
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
what are the oracle forms services components include?
Do user parameters appear in the data modal editor in 2.5?
What is difference between open_form and call_form?
Give the sequence of execution of the various report triggers?
sequence of firing triggers for text-item is: 1)key_next_item, 2)when_validate_item, 3)post_text_item Now i change sequence of firing triggers like when_validate_item,key_next_item... Is it possible to change sequence? How?
What is the difference between ON-VALIDATE-FIELD trigger and a POST-CHANGE trigger ?
Can you mention lexical parameter in select statement in the data model?
What are parameters?