-
-
16:06
»
Oracle HTML DB Studio Recent Additions
This is a generic verion of the Time (or Task) Tracking system used in Oracle UK. It is aimed at a sales consulting role but is flexible to address any job function.
-
16:06
»
Oracle HTML DB Studio Recent Additions
Enable Pagination on page with 'No URL Access' security set
-
16:06
»
Oracle HTML DB Studio Recent Additions
If you've ever wanted to change your report layout from the same-old columnar design you should look into named column report templates. Although these are limiting in that the template has column names coded into it, if you use the same query output...
-
16:06
»
Oracle HTML DB Studio Recent Additions
If you want to use Google Maps to show a map of a given postcode. Google Maps can do all the hardwork.
-
16:06
»
Oracle HTML DB Studio Recent Additions
Managers love colors in reports !! So why not use e.g. a country map as grahics enabling a drill down to detail for states/county related data. In this example the hardware table has been enlarged by a column "counties" and from the map you can ndril...
-
16:06
»
Oracle HTML DB Studio Recent Additions
Copy SVG Chart to MS Office
-
16:06
»
Oracle HTML DB Studio Recent Additions
Changing between HTMLDB Themes cannot be done dynamically. However, it is possible to change the CSS file being used. This tip discusses how I implemented this and touches on how I create custom HTML DB CSS files.
-
16:06
»
Oracle HTML DB Studio Recent Additions
P1_TEXTAREA is the textarea item on the page. Call the procedure like
parse_textarea(:P1_TEXTAREA,'P1_TEXTAREA');
It will split the textarea into tokens delimited by either whitespace or newlines and put each token into a row of a HTML DB colle...
-
16:06
»
Oracle HTML DB Studio Recent Additions
Modified the original utility created by the HTML DB team to add 2 optional parameters (-pageid and -filename). These are applicable only when exporting a single application.
-
16:06
»
Oracle HTML DB Studio Recent Additions
This simple application is designed to illustrate how to use Oracle interMedia with your Applications that store images in CLOB columns. It is not intended to be a fully functional application. It will run and install on htmldb.oracle.com.