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 : A Bean to start external programmes and get the standard/error output

Forms : A Bean to start external programmes and get the standard/error output

Here is a Java bean that allows to start programmes on the client machine, then capture the standard/error output. It could be used if you don't want to install or use the Webutil library. Read the article

Lire la suite
Publicité

Forms and Webutil : Get the standard output of a system command

Forms and Webutil : Get the standard output of a system command

Sometimes I see questions about how to get the file list of a local directory. The standard answer is to proceed a Host() command that use the DIR command with a redirection to a file: Host('cmd /c dir /b c:\*.jpg > c:\list_file.txt'); When the file is...

Lire la suite

A Commercial Forms Html Editor Bean

A Commercial Forms Html Editor Bean

If anybody is looking for a Forms HTML editor Java Bean, the Sferyx company have one. http://www.sferyx.com/

Lire la suite

Forms : Mouse events part II

Forms : Mouse events part II

In this second chapter, the bean is able to etablish the correspondance between the Java components and the Forms module's items. When the mouse enter an item, the background color is changed, then an event is sent to Forms to indicate which item is concerned....

Lire la suite
Publicité

Forms : mouse events and Java reflexion

Forms : mouse events and Java reflexion

Here is a Java bean that allows to capture the mouse events and display the properties and methods of the clicked component. Read the article

Lire la suite

Java - GUI - Swing

Here is two great presentations by Romain Guy about Human interfaces and promises of new swing features. get these presentations

Lire la suite

Forms : send emails with html body and attachments

Forms : send emails with html body and attachments

Here is a Java bean that allows to send emails with html body and local file attachments. Read the article

Lire la suite

Forms : avoid duplicated records in the same block

Forms : avoid duplicated records in the same block

There is another question often asked, concerning how to immediatly avoid duplicated record in the same block. (by immediatly I would say before posting or committing). The technique used to solve this problem comes from the Kevin D Clarke’s calculated...

Lire la suite
Publicité

Forms : A based block sorted on a non database column

Forms : A based block sorted on a non database column

I often see questions about how to sort a based block on a non database column. This is a "how-to" that does the trick.

Lire la suite

Chat on Forms

Chat on Forms

A Java bean that allows to chat on a Forms application Here is a first real application that uses the socketserver Java Bean Read the article

Lire la suite