Skip Navigation
GenericDB Help
    
 
SettingDescending OrderDescriptionReferenceRequiredVersion 
Session("memocols") and Session("memorows")enable resizing memo field textarea NoEnhancedView
Session("dbWhere") = "fruit='apples'"a WHERE clauseSession("dbWhere") = ""  
A SQL Where clause. Leave it empty to display all records.
NoPublicView
Session("dbViewTemplate") = "tblEmployeesView.htm"The Custom View Template file, to be found in the same directory as the Config File. NoPublicView
Session("dbViewPage") = Request.ServerVariables("PATH_INFO")DO NOT CHANGEYou won't normally need to change this oneYesPublicView
Session("dbViewFieldNames")Specifies the prompts to use on the VIEW page.defaults to actual Field Names, can customize hereNoEnhancedView
session("dbUseTextArea")=70set the length that will force a textarea to be used:In this case, if a field is a string, and is 70 characters or more, then it will be displayed as a textarea. The default is 255, so if you don't define this variable, it shouldn't cause any problems.NoEnhancedView
Session("dbUsePopUpMsg") = "loading.htm"Includes javascript routine for a popupIf the page is going to take a while to load, this simply informs the user to wait.NoEnhancedView
Session("dbURLNewWin")1=open in new window NoEnhancedView
Session("dbURLfor3") = 4display field 3 as a link to the URL stored in field 4This setting displays a field as a link using the URL stored in another field. In this example, the 2nd field will be displayed as a link to the URL stored in field 20, which might be the employee's Home Page.NoPublicView
Session("dbUpdateField<x>") = <value>After updating a record, field x will be set to this value. NoPublicView
 Records 1 to 10 of 84  |  
  |  
  |  Page : « 1 of 9 »
Designed using web standards, XHTML, CSS