Skip Navigation
GenericDB Help
    
 
SettingAscending OrderDescriptionReferenceRequiredVersion 
Response.Redirect Session("dbGenericPath") & "GenericList.asp"DO NOT CHANGELast line of your config.asp fileYesPublicView
Session("dbOnlyAdd") = 1returns 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.NoPublicView
Session("dbAlternateColor")="oldlace"background color for alternate detail rows in GenericList (defaults to #FFFFCC) NoEnhancedView
Session("dbBodyTag") = "VLINK=#CC9999 ALINK=#CC9999 LINK=#CC9999"build a custom body tagDefine 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'"NoPublicView
Session("dbBoolean") = "CHECKBOX"display a checkbox for yes/no fields instead of radio buttons NoPublicView
Session("dbBorderColor") = "Navy"colour to display table borders, defaults to #99CCCC.Change the colour of the menu bordersNoPublicView
Session("dbCanAdd") = 0or 1, defaults to 0Can the user add a record? 1 means yes, 0 means no.NoPublicView
Session("dbCanCopy" )= 1or 1, defaults to 0Can the user copy records? 1 means yes, 0 means no.NoEnhancedView
Session("dbCanDelete") = 0or 1, defaults to 0Can the user delete records? 1 means yes, 0 means no.NoPublicView
Session("dbCanEdit") = 0or 1, defaults to 0Can the user edit records? 1 means yes, 0 means no.NoPublicView
 Records 1 to 10 of 84  |  
  |  
  |  Page : « 1 of 9 »
Designed using web standards, XHTML, CSS