Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Suivre ce blog Administration + Créer mon blog
MENU

Oracle Forms PJCs/Java Beans

This is a bunch of tips and techniques related to Oracle PL/SQL and Forms.

Publicité

An input dialog box

An input dialog box

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
Publicité

A big alert box

A big alert box

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 suite

How to submit a PJC/Bean article ?

You 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