GenericDB Help
Setting | Description | Reference | Required | Version | |
| Response.Redirect Session("dbGenericPath") & "GenericList.asp" | DO NOT CHANGE | Last line of your config.asp file | Yes | Public | View |
| Session("dbOnlyAdd") = 1 | returns to the dbExitPage after submitting the record, default is 0. See detailed notes below. | To skip the Lister and drop the user straight in to edit a record, use this switch. | No | Public | View |
| Session("dbAlternateColor")="oldlace" | background color for alternate detail rows in GenericList (defaults to #FFFFCC) | | No | Enhanced | View |
| Session("dbBodyTag") = "VLINK=#CC9999 ALINK=#CC9999 LINK=#CC9999" | build a custom body tag | Define a custom body tag, including BACKGROUND, BGCOLOR, LINK colour tags (as above), and more. Often, single quotes are allowed around tags: Session("dbBodyTag") = "BACKGROUND='MYGIF.GIF' BGCOLOR='white'" | No | Public | View |
| Session("dbBoolean") = "CHECKBOX" | display a checkbox for yes/no fields instead of radio buttons | | No | Public | View |
| Session("dbBorderColor") = "Navy" | colour to display table borders, defaults to #99CCCC. | Change the colour of the menu borders | No | Public | View |
| Session("dbCanAdd") = 0 | or 1, defaults to 0 | Can the user add a record? 1 means yes, 0 means no. | No | Public | View |
| Session("dbCanCopy" )= 1 | or 1, defaults to 0 | Can the user copy records? 1 means yes, 0 means no. | No | Enhanced | View |
| Session("dbCanDelete") = 0 | or 1, defaults to 0 | Can the user delete records? 1 means yes, 0 means no. | No | Public | View |
| Session("dbCanEdit") = 0 | or 1, defaults to 0 | Can the user edit records? 1 means yes, 0 means no. | No | Public | View |
Records 1 to 10 of 84 |
|
| Page :
« 1 of 9
»