Skip Navigation
GenericDB Help
    
 
SettingDescriptionReferenceAscending OrderRequiredVersion 
Session("dbCSV") = 0or 1, defaults to 0. Adds a link from the Lister to display the table as a CSV comma-delimited file NoRegisteredView
Session("dbHeaderString")different header strings for each table config NoEnhancedView
Session("dbChangeRecsPerPage") = "Yes"allow user to change recsperpage. If you use this, be sure to add this line to your table config files:  
if session("userRecsPerPage")<>"" then session("dbRecsPerPage") =  
session("userRecsPerPage")
 NoEnhancedView
Session("dbSortCols") = "00010110"Similar to dbDispView, this designates which fields should be sortable. Based on a suggestion from Keith Cook, who donated his code changes for this feature. NoEnhancedView
Session("dbUpdateField<x>") = <value>After updating a record, field x will be set to this value. NoPublicView
Session("dbTotalFields") = "00101"Totals the specified fields at the bottom of each page, in this case fields 3 and 5. NoPublicView
Session("dbSubTable") = "Title, ConfigFile, LinkingField" Allows sub-tables. NoPublicView
Session("dbBoolean") = "CHECKBOX"display a checkbox for yes/no fields instead of radio buttons NoPublicView
Session("dbFooterString")different footer strings for each table config NoEnhancedView
Session("dbRequiredFields") = "011101"1's or 0's representing whether a red * is displayed beside each field. Does not validate data, just displays the star. NoPublicView
 Records 1 to 10 of 84  |  
  |  
  |  Page : « 1 of 9 »
Designed using web standards, XHTML, CSS