This is a bunch of tips and techniques related to Oracle PL/SQL and Forms.
When you migrate to the latest Forms version (10.1.2.3 or 11) and try using a JavaBean created with an older Forms version, you can get the following error, at runtime, in the Java Console: Exception in thread "thread applet-oracle.forms.engine.Main-1"...
Lire la suite
Purpose Here is a Pluggable Java Component from Andreas Weiden, to have expandable/collapsable canvas. It allows a simple Push Button Item to expand/collapse the whole content of a canvas like a Tree item. The Java source AccordionButton.java The implementation...
Lire la suite
Purpose Here is a Simple Horizontal Scrolling Marquee Java Bean proposed by Omama Khurshid from Taxila Pakistan. She is working as Software Engineer at Pakistan Revenue Automation Limited Islamabad Pakistan from 3 years and working on PJC from at least...
Lire la suiteHere is a Java Bean to attrack the attention of the end-user when a message is displayed in the status bar. It "flashes" the status bar using different colors, depending on the message severity. Get This Java Bean created by Andreas Weiden .
Lire la suite
Purpose Here is a Forms 11g Pluggable Java Component that allows sending back to the Forms application each key pressed in a Text Item (single or multi-line). The single-line PJC extends the VTextField class. The multi-line PJC extends the VTextArea class....
Lire la suite
Click the image to discover
Lire la suite
Purpose Here is a PJC that includes a menu in a Text Item. The implementation class of the PJC oracle.forms.fd.ComboMenuPJC The methods you can call Set the menu Set_Custom_Property('BLOCK.TEXT_ITEM', 1, 'SET_MENU', 'menu_description'); menu_desription...
Lire la suite
Jesus Vallejo has created a Java Bean to add a Spell Checker in your Forms applications. Get it from his site.
Lire la suite
Purpose This Java Bean is provided by Oleg Tishchenco. One of the most utilized feature of the Oracle Forms is the LOV. Tough Oracle Forms provide us with plenty of functions and properties to customize LOV's appearance and behavior at runtime we still...
Lire la suite
Purpose Here is a Java Bean from Jesus Vallejo that displays a calculator. It cannot run with the JInitiator and needs the Sun Java plug-in. The implementation class of the Bean Item oracle.forms.jvr.Calculator The Java code Calculator.java CalculatorOperations.java...
Lire la suite