Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU

This is a bunch of tips and techniques related to Oracle PL/SQL and Forms.

Publicité

A multi-lines input dialog box

After reading the article about the input dialog box, someone asked me if it was possible to have a multi-lines input box.

So, this is the version 1.1 of the input dialog box

Input Dialog 2


Here is the Java code      and the JAR file


To use the single line input box use the following:

Set_Custom_Property( 'BL.BEAN', 1, 'SETTEXT',  'question text' ) ;

To use the multi lines input box use the following:

Set_Custom_Property( 'BL.BEAN', 1, 'SETTEXTMULTI',  'question text' ) ;

Publicité
Retour à l'accueil
Partager cet article
Repost0
Pour être informé des derniers articles, inscrivez vous :
Commenter cet article