• Image Capture, Storage, Retrieval, Manipulation and Management (06/12/2009 publié dans : Bean - general )
                      Click the image to discover
  • A "Menu" Text Item PJC (17/11/2009 publié dans : PJC - Text items )
    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 ...
  • A Spell Checker Java Bean (29/10/2009 publié dans : Bean - general )
    Jesus Vallejo has created a Java Bean to add a Spell Checker in your Forms applications. Get it from his site.
  • JavaBean implementation of missing but desired LOV functions (04/09/2009 publié dans : Bean - general )
    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 ...
  • Calculator Java Bean (31/08/2009 publié dans : Bean - general )
    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      ...
  • Time Zones Java Bean (30/07/2009 publié dans : Bean - general )
    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: ...
  • A Translator Java Bean (01/07/2009 publié dans : Bean - general )
    Purpose Here is a Java Bean from Jesus Vallejo that works as a translator, based on the Google Translater project which can be found at ...
  • A PDF Viewer Java Bean (26/02/2009 publié dans : Bean - general )
    Mark Striekwold has just released a new Java Bean allowing the developer to show a PDF document inside the Forms application. Get it from here
  • Forms Rich Text Editor Java Bean (26/02/2009 publié dans : Bean - Text items )
    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 ...
  • Forms Java Bean contest (29/01/2009 publié dans : General )
    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 ...
  • A javabean to display Google static maps (02/01/2009 publié dans : Bean - general )
    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 ...
  • A Full Web Browser Java Bean 2nd edition (30/12/2008 publié dans : Bean - general )
    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 ...
  • an AWT open/save File Dialog (24/12/2008 publié dans : Bean - general )
    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 ...
  • A FTP Java Bean (16/10/2008 publié dans : Bean - general )
    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 ...
  • A PopList PJC with same C/S behaviour (13/05/2008 publié dans : PJC - Text items )
    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 ...
  • A non rectangular button's PJC (15/02/2008 publié dans : PJC - Buttons )
    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 ...
  • An "auto completion" Java Bean (06/02/2008 publié dans : Bean - general )
    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 ...
  • A Java Bean to get the client machine information (25/01/2008 publié dans : Bean - general )
    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 ...
  • KeyEvent Java Bean (25/01/2008 publié dans : Bean - Text items )
    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      ...
  • A Java swing calendar (21/12/2007 publié dans : Bean - general )
    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 - ...
  • Images : keep the initial quality - phase III (20/12/2007 publié dans : Bean - general )
    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 ...
  • A Bean to encapsultate the JDAPI utility (06/11/2007 publié dans : Bean - general )
    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 ...
  • A JavaBean to handle CLOB/NCLOB database columns in the Forms application (19/09/2007 publié dans : Bean - general )
    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 ...
  • A JavaBean to read the Window Forms menu (15/09/2007 publié dans : Bean - general )
    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 ...
  • The return of the Keep the Initial Image Quality (11/09/2007 publié dans : Bean - general )
    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 ...
  • Dynamic frames (30/05/2007 publié dans : Bean - general )
    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 ...
  • A Java bean to follow status and cancel long reports (21/05/2007 publié dans : Bean - general )
    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, ...
  • A Dynamic Menu Java Bean (19/05/2007 publié dans : Bean - general )
    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      ...
  • A Java Bean to print files to the local printer (14/05/2007 publié dans : Bean - general )
    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.   ...
  • A Bean to decorate the Forms elements (12/05/2007 publié dans : Bean - general )
    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, ...
  • A PJC to format parts of text (10/05/2007 publié dans : Bean - general )
    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 ...
  • A bean to read a POP3 server (01/05/2007 publié dans : Bean - general )
    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 ...
  • The Forms Look and Feel project (07/04/2007 publié dans : Bean - general )
    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 ...
  • A Drag&Drop Swing JTree (23/02/2007 publié dans : Bean - general )
     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. ...
  • A text formatter (13/02/2007 publié dans : Bean - general )
    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: ...
  • A VBean, FBean and PJC's dispatching event package (07/02/2007 publié dans : Bean - general )
    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 ...
  • A gradient painted canevas (30/01/2007 publié dans : Bean - general )
    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 ...
  • A Swing button PJC (26/01/2007 publié dans : PJC - Buttons )
     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 ...
  • A multi-record PJC (10/01/2007 publié dans : PJC - Text items )
     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 ...
  • Drag 'n Drop (09/01/2007 publié dans : Bean - general )
    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 ...
Créer un blog sur over-blog.com - Contact - C.G.U. - Rémunération en droits d'auteur - Signaler un abus - Articles les plus commentés