Here is the third version of the Swing JTable Forms' Java
Bean.
In this last version, the Forms dialog is able to read images from database Blob's columns and send them
to the JTable without any JDBC connexion.
See this last version.
Vendredi 30 novembre 2007
This is a Javabean component that displays a JTable inside/outside of a Forms module.
It (in this new version) allows saving the data modified through the JTable into the database.
See the article
Mercredi 28 novembre 2007
Here is a sample dialog that allows to extract the content of a table-block to an HTML code.
You can extract all the rows of the given block or only a range.

It uses the package (PKG_HTML_TABLE) to extract the data to the HTML code.
The function needs the block name and two non mandatory parameters:
PN$Start, that is the number of line in the block you want to start (default 1).
PN$End, that is the number of line in the block you want to end (default 9999).
If PN$Start = -1, then you extract only the current visible lines.
you can start the extraction by either clicking the button or displaying a popup menu attached to the canvas.
Get the form sample
(in this sample, I use the TEXT_IO and HOST function to test with the Developer suite. If you intend to use it into a real application, you would replace those functions by their Webutil
equivalent).
Mercredi 21 novembre 2007
The new LAF 1.3.3.1 is out with a few new features about the Status Bar and also a bug correction on table-blocks when all items are not located on the same
canvas.
Get the new 1.3.3.1 version.