...back to menu
Class: Constants
How to Read: Property/Method(Parameter As Type, ...) As ReturnValue
General Properties
ErrorMsg() As String
       Purpose:  Return Error Message if a method failed or no records were found

ErrorMsg(ErrorMessage As String)
       Purpose:  Set Error Message for display

SQLString() As String
       Purpose:  Return SQL String used for database query

PageTypeID(Index As Integer) As Long
       Purpose:  Return Page Type Record ID

PageTypeDesc(Index As Integer) As String
       Purpose:  Return Page Type Description

PageTitleID(Index As Integer) As Long
       Purpose:  Return Page Title Record ID

PageTitleDesc(Index As Integer) As String
       Purpose:  Return Page Title Description

SubTitleID(Index As Integer) As Long
       Purpose:  Return Sub Title Record ID

SubTitleDesc(Index As Integer) As String
       Purpose:  Return Sub Title Description

AreaName(Index As Integer) As String
       Purpose:  Return Area Description

AreaValue(Index As Integer) As String
       Purpose:  Return Area Value

AreaFromMLS(Index As Integer) As String
       Purpose:  Return Area Value

PropTypeName(Index As Integer) As String
       Purpose:  Return Property Type Description

PropTypeValue(Index As Integer) As String
       Purpose:  Return Property Type Value

BedsName(Index As Integer) As String
       Purpose:  Return Beds Description

BedsValue(Index As Integer) As Long
       Purpose:  Return Beds Value

BathName(Index As Integer) As String
       Purpose:  Return Bath Description

BathValue(Index As Integer) As Double
       Purpose:  Return Bath Value

AgeName(Index As Integer) As String
       Purpose:  Return Age Description

AgeValue(Index As Integer) As String
       Purpose:  Return Age Value

MinPriceName(Index As Integer) As String
       Purpose:  Return Minimum Price Description

MinPriceValue(Index As Integer) As Long
       Purpose:  Return Minimum Price Value

MaxPriceName(Index As Integer) As String
       Purpose:  Return Maximum Price Description

MaxPriceValue(Index As Integer) As Long
       Purpose:  Return Maximum Price Value

MinSqFtName(Index As Integer) As String
       Purpose:  Return Minimum SqFt Description

MinSqFtValue(Index As Integer) As Long
       Purpose:  Return Minimum SqFt Value

MaxSqFtName(Index As Integer) As String
       Purpose:  Return Maximum SqFt Description

MaxSqFtValue(Index As Integer) As Long
       Purpose:  Return Maximum SqFt Value

GarageName(Index As Integer) As String
       Purpose:  Return Garage Description

GarageValue(Index As Integer) As String
       Purpose:  Return Garage Value

SchoolDistrictName(Index As Integer) As String
       Purpose:  Return School District Description

SchoolDistrictValue(Index As Integer) As String
       Purpose:  Return School District Value

ElemSchoolName(Index As Integer) As String
       Purpose:  Return Elementary School Description

ElemSchoolValue(Index As Integer) As String
       Purpose:  Return Elementary School Value

ElemSchoolDistrictName(Index As Integer) As String
       Purpose:  Return Elementary School District Description

JrHighSchoolName(Index As Integer) As String
       Purpose:  Return Jr. High School Description

JrHighSchoolValue(Index As Integer) As String
       Purpose:  Return Jr. High School Value

JrHighSchoolDistrictName(Index As Integer) As String
       Purpose:  Return Jr. High School District Description

HighSchoolName(Index As Integer) As String
       Purpose:  Return High School Description

HighSchoolValue(Index As Integer) As String
       Purpose:  Return High School Value

HighSchoolDistrictName(Index As Integer) As String
       Purpose:  Return High School District Description

StateName(Index As Integer) As String
       Purpose:  Return State Description

StateValue(Index As Integer) As String
       Purpose:  Return State Value

CityName(Index As Integer) As String
       Purpose:  Return City Description

CityValue(Index As Integer) As String
       Purpose:  Return City Value

CityStateCode(Index As Integer) As String
       Purpose:  Return City State Code Description

CityStateName(Index As Integer) As String
       Purpose:  Return City State Description

PageTypeCount(IncludeZeroID As Boolean) As Integer
       Purpose:  Return Page Type Count after calling GetPageTypes()

PageTitleCount(IncludeZeroID As Boolean) As Integer
       Purpose:  Return Page Title Count after calling GetPageTitles()

SubTitleCount(IncludeZeroID As Boolean) As Integer
       Purpose:  Return Sub Title Count after calling GetSubTitles()

AreasCount(IncludeZeroID As Boolean) As Integer
       Purpose:  Return Areas Count after calling GetAreas()

PropTypesCount(IncludeZeroID As Boolean) As Integer
       Purpose:  Return Property Types Count after calling GetPropTypes()

BedsCount(IncludeZeroID As Boolean) As Integer
       Purpose:  Return Beds Count after calling GetBeds()

BathsCount(IncludeZeroID As Boolean) As Integer
       Purpose:  Return Baths Count after calling GetBaths()

AgeCount(IncludeZeroID As Boolean) As Integer
       Purpose:  Return Age Count after calling GetAge()

MinPriceCount(IncludeZeroID As Boolean) As Integer
       Purpose:  Return Minimum Price Count after calling GetMinPrice()

MaxPriceCount(IncludeZeroID As Boolean) As Integer
       Purpose:  Return Maximum Price Count after calling GetMaxPrice()

MinSqFtCount(IncludeZeroID As Boolean) As Integer
       Purpose:  Return Minimum SqFt Count after calling GetMinSqFt()

MaxSqFtCount(IncludeZeroID As Boolean) As Integer
       Purpose:  Return Maximum SqFt Count after calling GetMaxSqFt()

GarageCount(IncludeZeroID As Boolean) As Integer
       Purpose:  Return Garage Count after calling GetGarage()

SchoolDistrictCount(IncludeZeroID As Boolean) As Integer
       Purpose:  Return School District Count after calling GetSchoolDistrict()

ElemSchoolCount(IncludeZeroID As Boolean) As Integer
       Purpose:  Return Elementary School Count after calling GetElemSchool()

JrHighSchoolCount(IncludeZeroID As Boolean) As Integer
       Purpose:  Return Jr. High School Count after calling GetJrHighSchool()

HighSchoolCount(IncludeZeroID As Boolean) As Integer
       Purpose:  Return High School Count after calling GetHighSchool()

StateCount(IncludeZeroID As Boolean) As Integer
       Purpose:  Return State Count after calling GetStates()

CityCount(IncludeZeroID As Boolean) As Integer
       Purpose:  Return City Count after calling GetCities()

General Methods
GetPageTypes(IncludeZeroID As Boolean) As Boolean
       Purpose:  Get Page Type values and descriptions
       Returns:  True - successful; False - error or no records were found

GetPageTitles(IncludeZeroID As Boolean) As Boolean
       Purpose:  Get Page Title values and descriptions
       Returns:  True - successful; False - error or no records were found

GetSubTitles(IncludeZeroID As Boolean) As Boolean
       Purpose:  Get Sub Title values and descriptions
       Returns:  True - successful; False - error or no records were found

GetAreas(IncludeZeroID As Boolean) As Boolean
       Purpose:  Get Area names and values
       Returns:  True - successful; False - error or no records were found

GetPropTypes(IncludeZeroID As Boolean) As Boolean
       Purpose:  Get Property Type names and values
       Returns:  True - successful; False - error or no records were found

GetBeds(IncludeZeroID As Boolean) As Boolean
       Purpose:  Get Bed names and values
       Returns:  True - successful; False - error or no records were found

GetBaths(IncludeZeroID As Boolean) As Boolean
       Purpose:  Get Bath names and values
       Returns:  True - successful; False - error or no records were found

GetAge(IncludeZeroID As Boolean) As Boolean
       Purpose:  Get Age names and values
       Returns:  True - successful; False - error or no records were found

GetGarage(IncludeZeroID As Boolean) As Boolean
       Purpose:  Get Garage names and values
       Returns:  True - successful; False - error or no records were found

GetMinPrice(IncludeZeroID As Boolean) As Boolean
       Purpose:  Get Minimum Price names and values
       Returns:  True - successful; False - error or no records were found

GetMaxPrice(IncludeZeroID As Boolean) As Boolean
       Purpose:  Get Maximum Price names and values
       Returns:  True - successful; False - error or no records were found

GetMinSqFt(IncludeZeroID As Boolean) As Boolean
       Purpose:  Get Minimum SqFt names and values
       Returns:  True - successful; False - error or no records were found

GetMaxSqFt(IncludeZeroID As Boolean) As Boolean
       Purpose:  Get Maximum SqFt names and values
       Returns:  True - successful; False - error or no records were found

GetSchoolDistrict(IncludeZeroID As Boolean) As Boolean
       Purpose:  Get School District names and values
       Returns:  True - successful; False - error or no records were found

GetElemSchool(IncludeZeroID As Boolean) As Boolean
       Purpose:  Get Elementary School names and values
       Returns:  True - successful; False - error or no records were found

GetJrHighSchool(IncludeZeroID As Boolean) As Boolean
       Purpose:  Get Jr. High School names and values
       Returns:  True - successful; False - error or no records were found

GetHighSchool(IncludeZeroID As Boolean) As Boolean
       Purpose:  Get High School names and values
       Returns:  True - successful; False - error or no records were found

GetStates(IncludeZeroID As Boolean) As Boolean
       Purpose:  Get State names and values
       Returns:  True - successful; False - error or no records were found

GetCities(IncludeZeroID As Boolean) As Boolean
       Purpose:  Get City names and values
       Returns:  True - successful; False - error or no records were found

...back to menu