-
Moving iServer Express Volume to a different location
<p><span title=\"By default iServer Express comes with a single Encyclopedia volume that is stored within your installation folder. Often times you wish to move over this volume folder to a different folder location (to a network drive or may be on the same drive but in a different location). Assuming you did a typical…
-
Customizing iPortal to open the reports in the same browser window
<h3><strong>For on-demand reporting</strong></h3> <p>Assuming you are using categories view edit the following file IPORTAL_ROOTiportalactivePortalprivatefilesfoldersviewscategories.jsp<br />Change runExecutable function to redirect to the generated URL and comment out call to openPopupWindow(...). The following code block…
-
Gantt Chart using chart engine api
Sample java code that uses chart engine api to create a Gantt Chart and render in a swing panel.