Oracle Forms Community-
Pluggable Java Component & JavaBean 's library warning : The material provided on this
site does not come from Oracle and is not supported by Oracle Contact us atforms.pjc.bean@free.fr
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 ...
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 ...
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 ...
Purpose Here is a Java Bean from Jesus Vallejo that returns the date / time of major cities. It run with JInitiator. For get the time zone of any city, you can search on: ...
Hafed Benteftifa has just released his FRITE - Forms Rich Text Editor - alowing the Oracle Forms application to edit HTML content. This is just the kind of Java Bean, developers and end-users were ...
To mark the third anniversary of the forms-pjc-bean site, I am pleased to launch a Forms Java Bean contest. To take part, all you need to do is to show a developed Forms application that contains ...
Purpose Here is a Java bean from Hafed Benteftifa (Québec - Canada) that allows the Forms module to display static Google maps with HTTP geocoding service. Get the zip file here, that contains the ...
Purpose Here is a Java Bean from Mark Striekwold to have an enhanced Web Browser (2nd edition). It is a full Web browser that can handle Javascript. This bean is based on the idea of the Full Web ...
Purpose This enhanced Java Bean is a "fast" open/save file chooser dialog, based on the AWT system, for those who think that the Swing JFileChooser available is too "slow". It uses the FBean ...
Purpose Here is a Pluggable Java Component that allows to manage a FTP connection. It is based on the Calvin Tai ftpbean. The Java source SimpleFTP.java The implementation class of the Bean ...
Purpose This PJC is a workaround to the issue defined in the bug 3867157 on Metalink. It allows having the same behaviour on the Web that the one it has on the C/S version. The When-List-Changed ...
Purpose Here is a Pluggable Java Component that allows to have non rectangular buttons. Because it uses the Gradient features, it needs, at least the Sun java plugin 1.4 It won't run against ...
Purpose Here is a Java Bean that allows to manage an "auto completion" Swing JComboBox. The Java code CBAutoCompletion.java ComboBoxCompletion.java The implementation class of the Bean ...
Purpose Here is a Java Bean that allows to get some client machine information. The Java code ClientInfos.java The implementation class of the Bean Item oracle.forms.fd.ClientInfos The ...
Purpose Here is a Java Bean that allows sending back to the Forms application each key pressed in any Text Item. The Java code keypressed.java The implementation class of the Bean Item ...
Purpose Here is a Java bean that allows to choose a date from a Java swing calendar. The Java calendar itself is from Kai Toedter - Released under GNU Lesser General Public License - ...
Purpose Here is a Java Bean that allows reading, displaying with scaling and writing images. It allows scaling images to fit the target item size, and includes a FileChooser with image preview ...
This Java Bean allows to process massive updates to the Forms source files (.FMB) through an XML input file. Purpose The goal is to hide the complexity of the Java/JDAPI stuff for those people ...
Purpose Here is a Java Bean to handle CLOB/NCLOB database columns in a Forms application. It needs a database package to read the LOB data from the database, split into chunks in order to send ...
Purpose Here is a Java Bean to read the Window Forms menu option. You have access to every window opened in the Forms application to minimize or restore them. The Java code WindowMenu.java ...
Purpose Here is a Java Bean that allows reading, displaying with scaling and writing images.(See the last evolution of this solution here) This Bean allows scaling images to fit the target ...
Purpose Here is a Java Bean that allows handling frames at runtime.Almost everything about frames can by handled. With this single bean, you can create and handle as many frames as needed. This ...
Purpose Here is a Java Bean from Casey Bowden to get the status of a long report and to cancel it if needed. I. Problem One: Report Status When running Oracle Forms and Reports in client/server, ...
Purpose Here is a Java bean to dynamically handle menu options at runtime. You can dynamically add, remove, enable, disable, show and hide menus and menu options. The Java code ...
Purpose Here is a Java Bean from Casey Bowden to get back print features lost in Oracle Reports converting to web environment. I. Problem One: Point Of Sale (POS) clients is slow to print. ...
PurposeHere is a Java bean that allows decorating the Forms application containers. It becomes very easy to change all the fonts of a Forms application at runtime. You can set the Font Family, ...
PurposeHere is a PJC that allows doing some basic operations on a Text Item.You can apply styles on the selected sub-text and also view the HTML result in a browser window. It is a ...
PurposeHere is a Java bean that allows querying a POP3 serverIt uses the commons-net-1.4.1.jar JAR file from the Jakarta project.http://jakarta.apache.org/site/downloads/downloads_commons-net.cgi ...
This tool allows the look of your Forms application to be separated from the functional design. All the decoration elements are read from an external CSS file, as currently done with HTML pages ...
PurposeHere is a Java bean that allows the Drag 'n Drop within a Swing JTree item.This bean is proposed by Minas Lyrakis from Greece. This bean uses itself the DispatchingBean of Tom Cleymans. ...
This Bean contains a functionality to change Font information on Form Items.The current Font properties of the Item choosen in the ComboBox will also be reflected in the Beans.Available Functions: ...
PurposeHere is a package that allows the dispatching of events from Java Beans to Forms on Beans that extend VBean, beans that use the FBean package and also PJCs !No, you are not dreaming and ...
PurposeHere 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.javaThe implementation class of ...
PurposeHere 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 ...
PurposeHere 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 ...
PurposeHere 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 ...