This is a bunch of tips and techniques related to Oracle PL/SQL and Forms.
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 item size, and includes a FileChooser with image preview dialog....
Purpose Sometimes I find questions on forums on how to handle frames at runtime. Of course, at this moment (10gR2), there is no built-in available. This is a workaround that allows to create and handle frames at runtime. The Java code Get the full source...
Purpose This is a JavaBean component that allows to edit a HTML styled text field. You can use the Ctrl+B, Ctrl+I and Ctrl+U keys to toggle some simple attributes like Bold, Italic and Underline. The java code Get the source code here Forms configuration...
After reading the article about the input dialog box, someone asked me if it was possible to have a multi-lines input box. So, this is the version 1.1 of the input dialog box Here is the Java code and the JAR file To use the single line input box use...
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 trigger would fire only when the mouse is clicked or when...
Merry 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...
You have written some PJC/Bean of your own and would like to share it. Write a document that contains the followings points: . Some information about yourself . A title that identify the component . A purpose that describes in a few sentences the functionalities...
This 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...
When you migrate to the latest Forms version (10.1.2.3 or 11) and try using a JavaBean created with an older Forms version, you can get the following error, at runtime, in the Java Console: Exception in thread "thread applet-oracle.forms.engine.Main-1"...
I 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...
Jesus Vallejo has created a Java Bean to add a Spell Checker in your Forms applications. Get it from his site.
Click the image to discover
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
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 waiting for years ! Don't waste any more time, run and...
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 documentation and all the necessary material, or go to...
Here is a Java Bean to attrack the attention of the end-user when a message is displayed in the status bar. It "flashes" the status bar using different colors, depending on the message severity. Get This Java Bean created by Andreas Weiden .
Here is a Frank Nimphius example to demonstrate how easy it is to write a PJC.
Here is the link to another place that stores the PJCs/Beans article without adds. http://forms.pjc.bean.blog.free.fr/ Francois