This is a bunch of tips and techniques related to Oracle PL/SQL and Forms.
Purpose This is a Javabean component that allow to enter a value from an input dialog box The java code package oracle.forms.fd; import oracle.forms.handler.IHandler; import oracle.forms.properties.ID; import oracle.forms.ui.VBean; import javax.swing.JOptionPane;...
Lire la suite
Purpose The Show_Alert() Forms built-in allows to display any message in a popup modal window. This built-in is limited to a maximum of 255 characters displayed. This limitation cannot allow to display huge messages like trace/log message. This is a Javabean...
Lire la suiteYou have written some PJC/Bean of your own and would like to share it. Write a document that contains the followings points: . Some information about yourself . A title that identify the component . A purpose that describes in a few sentences the functionalities...
Lire la suite