Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Suivre ce blog Administration + Créer mon blog
MENU

This is a bunch of tips and techniques related to Oracle PL/SQL and Forms.

Publicité

Top articles

  • A Full Web Browser Java Bean 2nd edition

    30 décembre 2008 ( #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 Browser Java Bean and rewritten so it makes use of the...

  • A Javabean to handle Google Maps

    09 mars 2015 ( #Bean - general )

    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...

  • LAF 1.7.7 new Forms module to have fun

    16 décembre 2014 ( #Bean - general )

    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...

  • A "Breadcrumb" type menu

    07 mai 2013 ( #Bean - general )

    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',...

  • A partially conceal Text Item

    12 décembre 2011 ( #PJC - Text items )

    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...

  • A "File Dropper" Java Bean

    27 août 2011 ( #Bean - general )

    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...

  • A "CardItem" PJC

    26 juin 2011 ( #PJC - Text items )

    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...

  • An "Expand/Collapse"-Canvas Java-Bean

    06 février 2011 ( #PJC - Buttons )

    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...

  • A Simple Horizontal Scrolling Marquee Java Bean

    11 décembre 2010 ( #Bean - general )

    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...

  • JavaBean implementation of missing but desired LOV functions

    04 septembre 2009 ( #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 customize LOV's appearance and behavior at runtime we still...

  • Forms 11g : PJCs sending back custom events to Forms

    07 janvier 2010 ( #PJC - Text items )

    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....

  • A Translator Java Bean

    01 juillet 2009 ( #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 "http://google-api-translate-java.googlecode.com/files/google-api-translate-java-0.53.jar" . The implementation class...

  • Time Zones Java Bean

    30 juillet 2009 ( #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: http://www.timezoneconverter.com/cgi-bin/findzone The implementation class of the...

  • A "Menu" Text Item PJC

    17 novembre 2009 ( #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 Set_Custom_Property('BLOCK.TEXT_ITEM', 1, 'SET_MENU', 'menu_description'); menu_desription...

  • Calculator Java Bean

    31 août 2009 ( #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 oracle.forms.jvr.Calculator The Java code Calculator.java CalculatorOperations.java...

  • Forms Java Bean contest

    29 janvier 2009 ( #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 an interesting, innovative, or just plain "cool" use of...

  • A FTP Java Bean

    16 octobre 2008 ( #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 Area oracle.forms.fd.SimpleFTP The methods you can set managing...

  • an AWT open/save File Dialog

    24 décembre 2008 ( #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 package. The Java code AWTFileDialog.java The methods you can...

  • A Java Bean to get the client machine information

    25 janvier 2008 ( #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 methods you can get Get all client information Get_Custom_Property('BLOCK.ITEM',1,'...

  • KeyEvent Java Bean

    25 janvier 2008 ( #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 oracle.forms.fd.KeyPressed The methods you can call Initialize the...

  • An "auto completion" Java Bean

    06 février 2008 ( #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 Item oracle.forms.fd.ComboBoxCompletion The methods you can set Init...

  • A Java swing calendar

    21 décembre 2007 ( #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 - www.toedter.com It needs the Sun Java plugin to run (won't run with...

  • A non rectangular button's PJC

    15 février 2008 ( #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 JInitiator You can have shapes described by polygon coordinate...

  • Images : keep the initial quality - phase III

    20 décembre 2007 ( #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 dialog. In its third version, it does not need any JDBC connexion...

  • A JavaBean to read the Window Forms menu

    15 septembre 2007 ( #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 implementation class of the Bean Item oracle.forms.fd.WindowMenu...

1 2 3 4 > >>