Category: Variables

Variables that can be used in any output are documented here.

You can get help on FoxPro Functions help here

Category: Addresses & URL


#FunctionDescription
1AddressMatrix Outputs an address in a specified format
2AddressMakeup Depricated us AddressMatrix
3AddressMakeupPortal Depricated us AddressMatrix
4AddressSummary Depricated us AddressMatrix
4PropertyURL Return a property URL

Category: Numbers, Fees and Amounts


#FunctionDescription
1Number2Display Outputs a number with as a currency style with pence, if there are no pence these are removed
2Number2Round Outputs a number with trailing decimal zeros removed
3Number2Round23 Outputs a number with 2 or 3 decimal places depending on number
4PropertyPrice2Display Returns the property price and optionally status as a string for display
5PropertyPrice2Output Returns the property price and optionally status and tenure as a string for display
6PropertyPriceSummaryDisplay Returns as a string the price of the property if it is not sold with For Sale/To Rent prefix
7PropertyPropTypePriceDisplay Returns the property price and optionally status, type and bedrooms as a string for display.
The price that will be displayed depends on the status of the property.
8AgentFee Returns an Agent Property Fees display string or number
8ManageFee Returns an Agent Management Fees display string or number

Category: Data


#FunctionDescription
1Class_ContractTenants Gets a object of data about Tenants for a Tenancy (CONTRACT record)
2GetContractTenantsData Returns a string, gets data about Tenants for a Tenancy (CONTRACT record)
3Class_ContractLandlords Gets a object of data about Landlords for a Tenancy (CONTRACT record)
4Class_PropertyTenants Gets a object of data about Tenants for a Property (PROPERTY record)
5GetPropertyTenantsData Returns a string, gets data about Tenants for a Tenancy (PROPERTY record)
6Class_HMOTenants Gets a object of data about current HMO Tenants for a Property (PROPERTY record)
7GetPropertyTenantsDataHMO Returns a string, gets data about current HMO Tenants for a Tenancy (PROPERTY record)
8Class_DiaryTenants Gets a object of data about the Tenant for a Diary Event.
This is usually called from an Offer event to get Tenant details associated to that Offer (DIARY record)
8PropertyTenantsList Gets a string of data for Tenants of Property and/or Contract based on the passed parameters
The function is useful when you want to seperate the items in a specific way.

Category: FoxPro Functions


#FunctionDescription
1FoxPro Help Got to a source of online FoxPro help on FoxPro functions
1Alltrim Removes all leading and trailing spaces from a string


Category: Strings


#FunctionDescription
1String_IsEmpty Checks whether the provided value is non-empty and non-null