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

Francois Degrelle's blog

Articles Oracle Forms, PL/SQL, Java, J2EE

Publicité

The forms-pjc-bean site : half a success ?

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
Publicité

Forms : A Javascript scrolling text

Forms : A Javascript scrolling text

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

Forms : a multi-record text PJC

Forms : a multi-record text PJC

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

Forms & Drag 'n Drop

Forms & Drag 'n Drop

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
Publicité

Forms PJC : a blinking text item

Forms PJC : a blinking text item

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 suite

Forms modules : think about evolution

I 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

Forms PJC : a multiline package

Forms PJC : a multiline package

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

Forms and multi-line tooltips

Forms and multi-line tooltips

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 suite
Publicité

Oracle Forms 10g Services documentation

Here 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

Forms : A full Web Browser Java Bean

Forms : A full Web Browser Java Bean

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