Articles Oracle Forms, PL/SQL, Java, J2EE
I have provided several PJC/Beans that use the Java gradient to colorize some objects. Someone asked to me if it could be possible to apply this gradient feature to the whole Forms canevas. So here is a Java Bean that allows to paint the current canevas...
Lire la suite
Here is a Swing JButton that overloads a standard PJC's button. It allows to have a standard Forms button with some nice decoration features. You can apply a gradient color, set rounded borders, justify the label and also have a shadow behind the label....
Lire la suiteI was asked to build a JSP page within our Portal application to show some employee's characteristics.It is easy to get all the common attributes with the search() method, but I never found anything to get the photo. Maybe this kind of function exists...
Lire la suiteAnother great Oracle blog site with plenty of articles about Forms,J2EE and other Oracle stuff.The site is owned by Wilfred van der Deijl.It is worth reading ! Francois
Lire la suite
This is the first anniversary of the forms-pjc-bean site, and I wanted to use this special event to present my "hot fusion" participation, or how to etablish a bilateral communication between a Forms and a J2EE application. Read the article Read also...
Lire la suiteIt is exactly one year since the forms-pjc-bean site was launched.It was created to offer a public place where everyone could share their Forms' Java bean samples. It is now time to make an assessment and, honestly, I would say that it is only a partial...
Lire la suite
A Javascript integration example to have a nice scrolling text within Forms. This bean uses the enhanced HTML browser. Writing a JavaBean able to scroll a text in a panel is quite a big job. Doing the same with Javascrip is really more simpler. A few...
Lire la suite
Here is a text item's PJC that can be used in multi-records Forms tables. It allows to have a coherent behaviour in a multi-record table for items that record number are greater than the number of records displayed. Read the article
Lire la suite
Here is a Java bean that allows to Drag 'n Drop between Forms items. You can Drag 'n Drop between mono and multi-line text fields and between images . Read the article
Lire la suite
Here is a PJC for textfields that allows to have a blinking behaviour. This behaviour could be easily applied to other kind of items, like Command buttons for instance. Read the article
Lire la suite