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é

Forms Look and Feel : new 1.3 version

Forms Look and Feel : new 1.3 version

The 1.3 Forms Look and Feel version is out. It comes with two new features: Dynamic frames and input dialog box Get the new version

Lire la suite
Publicité

Forms : dynamic frames

Forms : dynamic frames

There are some standard objects in Forms that you cannot handle at runtime. Frames are one of them. Here is a Java Bean that allows handling frames at runtime. Almost everything about frames can by handled. With this single bean, you can create and handle...

Lire la suite

A Forms Java bean to follow status and cancel long reports

A Forms Java bean to follow status and cancel long reports

Here is another great contribution from Casey Bowden . A Forms Java Bean to get the status of a long report and to cancel it if needed. Read the article

Lire la suite

A new JDeveloper forum (French)

The Developpez.net's forum I participate on the Oracle sub-forums has just opened a new JDeveloper section . This forum is French Speaking only.

Lire la suite
Publicité

Dynamically handle a Forms menu at runtime? Yes it is!

Dynamically handle a Forms menu at runtime? Yes it is!

Here is a Java bean to dynamically handle menu options at runtime. You can dynamically add, remove, enable, disable, show and hide menus and menu options. Read the article

Lire la suite

Forms Look and Feel 1.2

Forms Look and Feel 1.2

The 1.2 version of the Look and Feel project is available. It comes with a new feature that allows decorating some unusual elements like menu bar, menu option, window caption or status bar. You can also change the font properties, foreground color and...

Lire la suite

Google Maps sens of humour...

Google Maps sens of humour...

Let's try this one: Start Google Maps Choose Get Directions From : Paris To :New York Then Have a look at the 20th step:

Lire la suite

A Forms Java Bean to print files on the local printer

A Forms Java Bean to print files on the local printer

Here is a Java Bean from Casey Bowden to get back print features lost in Oracle Reports converting to web environment. A bean to directly print any file on the local printer. Read the article

Lire la suite
Publicité

A Forms Java Bean to decorate elements at runtime

A Forms Java Bean to decorate elements at runtime

Here is a Java bean that allows decorating the Forms application elements. It becomes very easy to change all the fonts of a Forms application at runtime. As you can see, it is possible to change the menu bar, window title and status bar font and colors....

Lire la suite

Oracle Forms: How to display a HTML content without creating any file

For a checking out purpose, I would be able to display the HTML content of a Text Item in the default Internet Browser window. My first thought was to create a HTML file on the local machine then call it with the Webutil functions: client_text_io() functions...

Lire la suite