|
|
Re: HOW TO ENABLE ZOOM BUTTON IN ORACLE FORMS [message #147632 is a reply to message #147563] |
Fri, 18 November 2005 11:29 |
vk_appstech
Messages: 22 Registered: October 2005 Location: hyd
|
Junior Member |
|
|
hi,,
i guess u have surely not gone through the developers guide.plz see it and i am sure once u go through it ,,u will be playing with zoom concept.anyway this is the reply.
in your custom.pll,,u have this option.to enable zoom and then coding an event for it.
the first part is to enable ZOOM.
u have zoom_enable function there..give the name of the form and block name and make zoom true..compile it and now in ur form u must be seeing ur zoom ikon in enabled state..if u also write an event for zoom...u can also navigate from one form to another form and pass parametrs from from one to another sing fnd_function.execute.
regards
vijay
|
|
|