This is a bunch of tips and techniques related to Oracle PL/SQL and Forms.
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 Browser Java Bean and rewritten so it makes use of the...
Purpose Here is a Java bean that allows to have an enhanced Web Browser able to display and handle Google maps. It is a full Web browser that can handle Javascript. The enhanced Web browser JAR comes from the JDIC sourceforge project. The implementation...
Hello there, It's been a long time. This is an amazing new .FMB Forms module, kind of "Tetris" like game. It needs the last 1.7.7 version of the LAF to run. The game is a little bit buggy, but the aim, there, is only to demonstrate what you can do with...
Purpose Here is a Java Bean with a "breadcrumb" menu type behaviour . The Java source BreadCrumb.java The implementation class of the Java Bean oracle.forms.fd.BreadCrumb The methods you can call Set the background color Set_Custom_Property( 'CTRL.BREADCRUMB',...
Purpose Here is a PJC that hide parts of a text item . It is usefull to hide the begin or the end (or any part actually) of a phone number or a credit card. The implementation class of the PJC oracle.forms.fd.ConcealTextField The methods you can call...
Purpose Here is a Java Bean from Gert Poel, to Drop an external file within the Forms applications. The Java source FileDrop.java FileDropBean.java The implementation class of the Java Bean oracle.forms.gp.FileDropBean The event fired by the Java Bean...
Purpose Here is a Pluggable Java Component from Andreas Weiden, to have a "Card" item style within a single Text Item. The Java source CardTextfield.java The implementation class of the PJC (TextItem Item) forms.CardTextfield The PJC initialisation Read...
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...
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...
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...
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....
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 "http://google-api-translate-java.googlecode.com/files/google-api-translate-java-0.53.jar" . The implementation class...
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: http://www.timezoneconverter.com/cgi-bin/findzone The implementation class of the...
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...
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...
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 an interesting, innovative, or just plain "cool" use of...
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 Area oracle.forms.fd.SimpleFTP The methods you can set managing...
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 package. The Java code AWTFileDialog.java The methods you can...
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 methods you can get Get all client information Get_Custom_Property('BLOCK.ITEM',1,'...
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 oracle.forms.fd.KeyPressed The methods you can call Initialize the...
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 Item oracle.forms.fd.ComboBoxCompletion The methods you can set Init...
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 - www.toedter.com It needs the Sun Java plugin to run (won't run with...
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 JInitiator You can have shapes described by polygon coordinate...
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 dialog. In its third version, it does not need any JDBC connexion...
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 implementation class of the Bean Item oracle.forms.fd.WindowMenu...