This is a bunch of tips and techniques related to Oracle PL/SQL and Forms.
Here is the link to another place that stores the PJCs/Beans article without adds. http://forms.pjc.bean.blog.free.fr/ Francois
Lire la suite
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...
Lire la suiteI have just upload the 1.7.7.1 version of the LAF that corrects the following: - Error when using the CLEAR_LINES CLEAR_RECTS CLEAR_SHAPES CLEAR_ELLIPSES CLEAR_TEXTS methods of the DrawLAF Javabean. - The Shapes added with the ADD_TEXTUREPAINT method...
Lire la suite
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...
Lire la suiteMerry Christmas to everybody :) This year, my present will be the Forms Resizer tool free for you! You can use, play, modify and deploy it as you need and as you want. There is no license at all attached to it. But, I won't continue to update, maintain...
Lire la suite
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',...
Lire la suiteThis is another version of the Handle Image Java Bean. Is is based on the 3rd Bean version, with the following new features: 1. SETTOOLTIP() method to attach a tooltip to the Image Item 2. New Drag and Drop feature that allows the end user to drop an...
Lire la suite
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...
Lire la suite
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...
Lire la suite
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...
Lire la suite