In thet custom.pll what are the events we can write.
Answers were Sorted based on User's Feedback
In the Custom pll we can write below event.
-- ZOOM
-- WHEN-NEW-FORM-INSTANCE
-- WHEN-NEW-BLOCK-INSTANCE
-- WHEN-NEW-RECORD-INSTANCE
-- WHEN-NEW-ITEM-INSTANCE
-- WHEN-VALIDATE-RECORD
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / naveen
in custom.pll their is another event are their they are
special event triggers. which is use to create menus
PROCEDURE manage_special_menu IS
mi_id menuitem;
BEGIN
mi_id := find_menu_item('SPECIAL.SPECIAL15');
IF name_in('system.cursor_block') = 'INVOICE_HEADER' THEN
app_special2.instantiate('SPECIAL15', 'Print Invoice');
set_menu_item_property(mi_id, displayed, property_true);
set_menu_item_property(mi_id, enabled, property_true);
ELSE
set_menu_item_property(mi_id, displayed, property_false);
END IF;
END manage_special_menu;
| Is This Answer Correct ? | 0 Yes | 0 No |
In developer Reports::there are 3 parameters.can you pass the paramter1+paratmeter2 value to the third parameter??
what do you mean by value sets
while doing the process of conversion if got any data error out what is the next step to reprocess
What is the difference between BPA AND Contract.
What are the validations you don in .CTL file in inbound interface process?
why we can use synonym?
Is it possible calling from one report to another? if possible means tell me ?
3 Answers Intelligroup, Satyam,
What is the Exception. Types of exception, Difference between those. And example
how to debug the report?
2 Answers IBM, Qualcomm, Sierra Atlantica,
How to call oracle database stored procedure from form in form coding ?
Tell me some errors names and number what u got while developing the reports?
explain registration steps of a concurrent program.