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é

Borland plans separate company for its developer products - by David Intersimone

Abstract: In a press announcement and David I blog post, Borland announces the acquisition of Segue Software and also plans to divest its IDE product lines Borland plans separate company for its developer products - by David Intersimone Letter from Borland...

Lire la suite
Publicité

Oracle Forms JTable javabean

Oracle Forms JTable javabean

A JTable within Forms Read the paper Francois

Lire la suite

Oracle Forms

Oracle Forms

A text item key stroke interceptor A Javabean component that allows to intercept each key typed in a text field Read the paper Francois

Lire la suite

Forms : TEXT_IO vs CLIENT_TEXT_IO

Forms : TEXT_IO vs CLIENT_TEXT_IO

With the old C/S versions, the TEXT_IO package allowed to manipulate text files on the client machine. Since the Web versions, this package allows to manipulate text files on the Application Server machine. To allow developers to manipulate text files...

Lire la suite
Publicité

A new site for Oracle Forms PJC and javabeans is born

This site is a kind of “superstore” where people from the Oracle Forms Community can share their knowledge and provide their own solutions. If you are looking for PJC & Javabean solutions for your Oracle Forms applications, or if you want to share your...

Lire la suite

A dynamic "IN" clause within a PL/SQL block

It is not the first time i see some posts on forums that ask: How can I make a dynamic IN clause within a PL/SQL block when the list of values for the IN clause is provided with a string or a table column ? I have seen, on the ORAQA a post that explains...

Lire la suite

Kind of LONG_RAW_TO_VARCHAR2 function

I have just seen a recent Laurent Schneider's blog entry about selecting from a LONG column http://laurentschneider.blogspot.com/2006/01/select-from-test-where-mylong-like.html. Then i remember another question on this same forum where the guy need to...

Lire la suite

Forms Javabean : Get the Forms applet parameters

Forms Javabean : Get the Forms applet parameters

This is a Javabean component that allows to retrieve the Forms applet parameters. Read the article Francois

Lire la suite
Publicité

Hex to decimal

I have just read the Jeff Moss article concerning Hex to decimal conversion and vice versa. In this article we can find some great conversions routines. This is one that allows to convert hexadecimal numbers greatest than 255 to a decimal format: CREATE...

Lire la suite

Forms javabean : a Javabean timer

Forms javabean : a Javabean timer

This is a Javabean that allows to replace the internal Oracle Forms' timer Read the article Francois

Lire la suite