This is a bunch of tips and techniques related to Oracle PL/SQL and Forms.
Purpose Here is a Java Bean that allows to paint the current canevas with a Java gradient. It needs the JRE 1.4 (Sun Java Plug-in) The Java code PaintCanevas.java The implementation class of the B ean oracle.forms.fd.PaintCanevas The methods you can call...
Lire la suite
Purpose Here is a Swing JButton that overloads a standard PJC's button. It needs the JRE 1.4 (Sun Java Plug-in) It allows to have a standard Forms button with some nice decoration features. You can apply a gradient color, set rounded borders, justify...
Lire la suite
Purpose Here is a text item's PJC that can be used in multi-records Forms tables. It allows to have a coherent behaviour in a multi-record table for items that record number are greater than the number of records displayed. In the standard way, you can...
Lire la suite
Purpose Here is a Java bean that allows to Drag 'n Drop between Forms items. You can Drag 'n Drop between mono and multi-line text fields and between images . Because the "real Java" Drag 'n Drop is not implemented in the Forms application, This one is...
Lire la suite
Purpose Here is a PJC for textfields that allows to have a blinking behaviour. This behaviour could be easily applied to other kind of items, like Command buttons for instance. The Java code BlinkTextField.java The implementation class of the Text Item...
Lire la suite
Purpose Here is a collection of PJCs that allow to have multiline labels and tooltips. The tooltips can have a nice decoration like Java gradients, and be displayed anywhere on the screen. It needs, at least, the Sun Java plugin 1.4 to run. It won't run...
Lire la suite