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é

A Java/Swing (very) interesting blog

A Java/Swing (very) interesting blog

You are interested by Java and you love Swing, so you have to put the Romain Guy's blog in your bookmark ! Two particular links from any others: http://www.jroller.com/page/gfx/?anc...ery_cool_swing http://www.jroller.com/page/gfx/?anc...tions_answer...

Lire la suite
Publicité

Javaone 2006 presentation slides

Get the presentation slides here To get the pdf presentations, the user and password are indicated at the top of the page.

Lire la suite

A Forms Debugging Message Tool

Steve Cosner have created an Oracle Forms tool that allows to debug all messages raised in a Forms application (even database messages provided by the DBMS_OUTPUT package). This is a quote of his presentation: "ZDebug is a form to help you easily create...

Lire la suite

A Forms hierarchical tree menu with database roles

A Forms hierarchical tree menu with database roles

Here is an article that shows how to handle a hierarchical tree in an Oracle Forms application with the database role functionality enabled. read the paper Francois

Lire la suite
Publicité

Using a collection to sort a string

This a small function that allows to sort the content of a string (ASCII sort).It use a collection or records to do the job: CREATE OR REPLACE FUNCTION sort_string(pc$string IN VARCHAR2) RETURN VARCHAR2 IS TYPE typ_rec IS RECORD(lettre VARCHAR2(10), nbre...

Lire la suite

Handle a CLOB column with Forms 6i and 9i

I notice sometimes questions about how to handle CLOB columns in a Forms 6i / 9i application. It seems to be very difficult to use CLOB variables within Forms to handle correctly the whole datum. For the purpose of creating a file on disk with the content...

Lire la suite

Oracle Forms : dynamic translation tool

Oracle Forms : dynamic translation tool

The purpose of this tool is to allow dynamic translation of the Oracle Forms modules. The translations are stored in Oracle tables and read on loading of each dialog. A dialog is provided to manage the translations (TRANSLATE.FMB). The lists allow to...

Lire la suite

Colorize/uncolorize items for Enter-query/Execute-query actions

It is a good idea, in an Oracle Forms application, to put a particular color on items when the user toggle to the Enter-Query mode. Here are 2 PL/SQL generic procedures you can put into your own PL/SQL library to do the job. You only need to create two...

Lire la suite
Publicité

Oracle Forms JavaBean : A HTML map JavaBean

Oracle Forms JavaBean : A HTML map JavaBean

This is a JavaBean that allows to handle a "HTML Map" in a Forms application. Read the article

Lire la suite

The Frank Zappa's music played all around the Europe

The Frank Zappa's sons in a big tour in europe to play their fathers' music ! http://www.zappa.com/cheezoid/whatsnew/zpz/index.html

Lire la suite