show_view taking so much time in forms10g [message #500505] |
Mon, 21 March 2011 17:57 |
|
pavanramesh
Messages: 3 Registered: March 2011
|
Junior Member |
|
|
Hi,
I have one big form where the first canvas (content) is taking nearly 20 seconds to display. this is in web mode using forms 10g.
i have tried using SHOW_VIEW(find_view('SAMPLE')) but still no improvement.
can anyone help me on this.
Thanks in Advance,
Pavan.
|
|
|
|
|
|
|
Re: show_view taking so much time in forms10g [message #501045 is a reply to message #501035] |
Fri, 25 March 2011 05:45 |
|
pavanramesh
Messages: 3 Registered: March 2011
|
Junior Member |
|
|
the "big form" is a data entry screen, it does not perform execute_query.
with regard to Cookiemonster's questions => the "big form" has triggers, they are
pre-form => in this trigger global variable settings and flexi label settings are done.
when-new-form-instance => in this trigger it does some user security validations, calls form-B and finally go_block('Choice') which takes to the choice field of the stacked canvas (display choices like SALE, Return etc).
when-new-item-instance => start of the trigger it shows the content canvas, the choice field belongs to the stacked canvas.
and one more thing, for each screen we are attaching a horizontal tool bar (canvas) where displaying buttons with images (example, next field, previous field, exit) depending on the screen type (entry, query, find or detail).
|
|
|