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é

Laurent Schneider's Book

I've just discovered that Laurent Schneider has published a book about "Advanced Oracle SQL Programming". As I already know and have learned from him, I am pretty sure this book would be a gold mine.

Lire la suite
Publicité

JFileChooser opened on the Windows desktop

Just seen today on a Java forum, a tips that shows how to open a JFileChooser on the Windows desktop: FileSystemView fsv = FileSystemView.getFileSystemView(); JFileChooser fc = new JFileChooser(fsv.getRoots()[0]); fc.showSaveDialog(this);

Lire la suite

Forms Look and Feel 1.3.3 is out

Forms Look and Feel 1.3.3 is out

With the current toolbar, you can add, remove, show, hide, enable, disabled any popup or menu option, even those of the Forms internal standard menus (Default - Default&Smartbar) Get the new version

Lire la suite

Forms : a PJC to show/hide scrollbars on Text Items

Forms : a PJC to show/hide scrollbars on Text Items

Here is a PJC that allows showing/hiding scrollbars on a multi-line Text Item. Actually, there is no property to show the horizontal scrollbar on a Text Area. Get the JAR file here Get the Forms sample here (9.0.2) The Java code is as simple as the following:...

Lire la suite
Publicité

Forms : a progress bar to follow stored procedure execution

Forms : a progress bar to follow stored procedure execution

Here is a way that allows following the progression of a stored procedure. The following code is used to create a sample stored procedure to test. It uses the dbms_application_info.set_session_longops to insert "tags" that can be read by the Forms application....

Lire la suite

Forms Look and Feel 1.3.2

Forms Look and Feel 1.3.2

The new 1.3.2 version of the Forms Look and Feel project is out. It allows handling single and multi-line Text Items (Blinking text, Cursor position, Hyperlinks, Regular Expressions,...) Get it here

Lire la suite

Zappa Plays Zappa on tour again!

Zappa Plays Zappa on tour again!

Hello folks, The Zappa Plays Zappa is on tour again with plenty of dates in Europe. If you keep a so great memory of the genious father's (Frank) music, or want to discover a piece of his colossal oeuvre, let come and enjoy listening his music again played...

Lire la suite

Forms : dynamic calculation

Forms : dynamic calculation

It is not the first time I see questions on forums about how to calculate a formula that is stored in a string. Here is a Forms sample that demonstrates how to achieve this task. The formula (3rd line in this sample) can contains real values as well as...

Lire la suite
Publicité

Forms L&F 1.3.1 is out

Forms L&F 1.3.1 is out

The 1.3.1 Forms Look and Feel version is out. It is a consolidation of the 1.3 new features that can be stored through new tags in the CSS file. It allows coloring tabs and comes with a few new features (see the doc) Get the new version

Lire la suite

Forms L&F : one step further

Forms L&F : one step further

Pushing the L&F concept one more step: The Menu bar/option, Window caption and Status bar are gettting the current selected scheme colors. What do you think ?

Lire la suite