Articles Oracle Forms, PL/SQL, Java, J2EE
It is exactly one year since the forms-pjc-bean site was launched.It was created to offer a public place where everyone could share their Forms' Java bean samples. It is now time to make an assessment and, honestly, I would say that it is only a partial...
Lire la suite
A Javascript integration example to have a nice scrolling text within Forms. This bean uses the enhanced HTML browser. Writing a JavaBean able to scroll a text in a panel is quite a big job. Doing the same with Javascrip is really more simpler. A few...
Lire la suite
Here 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 the number of records displayed. Read the article
Lire la suite
Here 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 . Read the article
Lire la suite
Here is a PJC for textfields that allows to have a blinking behaviour. This behaviour could be easily applied to other kind of items, like Command buttons for instance. Read the article
Lire la suiteI Often see threads on forums about how to apply massive changes to a large number of forms. One solution is to use the JDAPI tool provided by Oracle (download the JDAPI Documentation). It is a Java tool that allows to open the .FMB files, add/modify/remove...
Lire la suite
Here is a collection of PJCs that allow to have multi-line labels and tooltips. The tooltips can have a nice decoration like Java gradients and be displayed anywhere on the screen. All the properties can be set within the Tooltip item property. So it...
Lire la suite
Here is a very simple PJC code that allow to have multi-line tooltips within Forms: Here is the Java code: package oracle.forms.fd; import java.util.StringTokenizer; import oracle.forms.handler.IHandler; import oracle.forms.properties.ID; import oracle.forms.ui.VTextField;...
Lire la suiteHere are links to the Oracle Forms 10g Services documentation for those who are looking for some tuning information: Oracle® Application Server Forms Services Deployment Guide10g Release 2 (10.1.2) http://download-uk.oracle.com/docs/cd/B25016_04/doc/dl/web/B14032_03/toc.htm...
Lire la suite
Here is a Java bean that allows to have an enhanced Web Browser. It is a full Web browser that can handle Javascript and display Flash animations. It can accept both http url and local machine html file names. Read the article
Lire la suite