| ASP-db Classic Case Studies |
| 1 | How can I make the download to work with IE 3.xx and present a programmable filename at the save-to-disk prompt? As for now it works with all Netscape versions and IE 4.0+. |
| 2 | When I try to "add" or "update a record, sometimes it works and sometimes it doesn't work with various databases and edit fields. What is the reason for that?/td> |
| 3 | How can prohibit the memo field download? |
| 4 | I would like to change the font type and size of the memo field displayed in a grid cell.How can I do that? |
| 5 | I cannot find any properties to allow me to put a border around the Filter screen like the Edit screen. Is there one?? |
| 6 | How does the new filtering operation work? |
| 7 | I would like to set the initial sort order of the grid column sort order to DESC. That means when I "Click" to sort a "new" column, it'll start in DESC order and a subsequent click in the same column would reverse the order back to ASC? |
| 8 | hat are the rules in exporting variables. |
| 9 | How can I display BLOB fields embedded in MS SQL fields? |
| 10 | How can I hide duplicated "cells" of a column? |
| 11 | Even though the Filter and Edit DropFlds provides accurate filtering criteria, the power of free entry, wild cards and grouping is also very desirable. Is there a way to have both of them available? |
| 12 | I have an image (JPG, GIF, PNG) filename stored in the database and I would like to display a thumbnail (GIF) and link to the original file (JPEG). Does ASPdb has any provisions to enable this without having to create another field to hold the name of the thumbnail file? |
| 13 | How can I control which fields are downloadable with the DOWNLOAD button? |
| 14 | What ADO data type is supported by ASP-db? |
| 15 | How can I execute an SQL statement involving a UNION operation? |
| 16 | How can I intercept the navigation buttons clicks to insert my own code? |
| 17 | Does ASPdb support quoted identifiers in SQL? |
| 18 | How can I perform data validation during filtering and editing? |
| 19 | Calculated fields using NameMap |
| 20 | I like the color strips in the grid but not in the form. How can I accomplish that ? Also, how can I make ASPDB display transparent so the background wallpaper will show up? |
| 21 | Very often when I jump from one asp file to another in a drill down operation, session variables are carried over. When I increment the value of dbUnit, the problem seemed to go away. Is there any official way for the user to clear the variables between sessions ? Can I call “Reload” to accomplish this? |
| 22 | Can I specify default values in the filter and edit (add) operations? |
| 23 | Large SQL query |
| 24 | If I have only ONE filter item to filter, the filter is never applied when I hit instead of a mouse click at the submit button. What is wrong? |
| 25 | How can I perform ‘LookUp’ in Display as well as in Edit and Filter DropDowns? |
| 26 | Test for blank database |
| 27 | Can I customize my own buttons to execute my own commands? |
| 28 | Is there a way to customize all the system text including message text, heading and button text ? Also, how can I hide the action buttons in Edit and Filter? |
| 29 | What is the editing concept of ASP-db? |
| 30 | Grid Aggregate functions |
| 31 | When dbGridInc is set to “–1” the retrival of the entire recordset takes a long time especially this value is set by programming error. Is there a way to avoid this problem by setting something like ROWSET to limit the maximum of rows in display? |
| 32 | Multiple MagicLayout Objects Template Example |
| 33 | Integrating E-Mail with ASP-db2000 template and database |
| 34 | Level 1 template (Form Replacement) |
| 35 | Use a simple level 1 template to replace a Filter screen |
| 36 | Demonstarte ORACLE Stored Procedure |
| 37 | Use a simple level 1 template to replace an Edit Update screen |
| 38 | Simple Add Template |
| 39 | Multiple Objects Template |
| 40 | Two Tables Editing (Advanced) |
| 41 | Use of Col, MagicCell and varies display attributes in Grid and Form |
| 42 | Drill Down Chart example |
| 43 | Shopping basket example |
| 44 | Export a field column as a SELECT box using MagicLayout - BLOCK |
| 45 | Export a field column as a TABLE using MagicLayout - BLOCK |
| 46 | How to implement text comparison selection in level 1 filter template |
| 47 | How to implement Level 2 custom template |
| 48 | How to implement Level 2 custom template - Selective display using [[:I]] tag |
| 49 | REPLACE function in Extended MagicCell |