# # NEONBASE FIELD CONFIGURATION FILE # neonbase.fld # # =Written By=============|=Version====|=Date========|=Comments==========================================| # ------------------------|------------|-------------|---------------------------------------------------| # Grant Mongardi | 0.00 | 02-04-2000 | Created | # | | | | # | | | | # =======================================================================================================| # # Database Properties: # ----------------- # See the Readme file for in-depth descriptions. # # In the demonstration Version, many of these settings are not used, but the field order must # remain so that the values are parsed correctly. See the readme file for details. # NUMFIELDS == total number of fields # ITEM# == comma delimited list containing: # NeonBase PRO Licensed Version - FIELD NAME, TYPE(Text, Drop-down, textArea, Radio, Check), # COLUMNS, ROWS, WRAPVALUE, INDEXVALUE, CONTENT_TYPE(see below), TYPE1(see CONTENT_TYPE) # # CONTENT_TYPE(element of ITEM) == what the data refers to. # Valid values are: # CLINK - A constant Link Value, wherby the data in this field is a URL # DLINK - A variable Link Value, whereby field TYPE1 is the URL # CEMAIL - A constant email address, wherby the data in this field is the address # DEMAIL - A variable email address, whereby field TYPE1 is the email address # CDATE - A constant date field. This is basically the record creation date. # UDATE - An updateable date field. This field is updated to the current date # whenever the entry is modified and the form contains a value for the # fieldname that indicates that an update should be carried out. TYPE1 # is set equal to the 'true' value for the update field (i.e, 'yes') # OBJECT - An object Reference - Indicates that this field contains a reference # to a user-created custom subroutine. This and the TYPE1 field # are generated automatically when you use the ObjectManager that comes # with NeonBase Pro. # Any other value assume the field is text. # # MAXENTRIES == Maximum number of results to display per page # SORTDESCENDING == boolean specifying whether to reverse the sortorder or not # SORT1FIELD == the primary key sort field # AUXFIELD == the auxiliary key sort field # !NUMFIELDS=7 !ITEM1=Title,T,25,1,0,0,d,e !ITEM2=Town,T,25,1,0,0,d,e !ITEM3=Phone,T,25,a,b,c,d,e !ITEM4=Email,T,25,a,b,c,d,e !ITEM5=Description,T,25,a,b,c,d,e !ITEM6=Contact,T,25,a,b,c,d,e !ITEM7=Date,T,25,a,b,c,CDATE,e !MAXENTRIES=15 !SORTDESCENDING=0 !SORT1FIELD=7 !AUXFIELD=2