howtoChangeSelectBox.jsp |
Shows howto change selection from one select/search box while
changing the value of another selectbox |
howtoUseTabSelector.jsp |
Shows howto use Luca Fossato's tabselector together with dbforms |
howtoPrintaJasperReport.jsp |
Shows howto to print a JasperReport from dbforms. Shows how to
print the whole list and a single row of data using <db:goto>
tag |
howtoPrintaExcelReport.jsp |
Shows howto to create an Excel worksheet report with Dbforms using
<db:goto> tag |
howtoUseTheCustomFormatter.jsp |
How to use the Custom Formatter. |
howtoMakeaPieChart.jsp |
Shows how to make a pie chart using cewolf and jfreechart |
howtoAddRowCountSupport.jsp |
Shows how to add row count support to dbforms. Needs a special
data access class which will add the count of rows using a select
count(*) statement. This count will be placed in the rsv attributes.
So it can be retrieved everywhere - including reports. |