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
# | Function | Description |
---|---|---|
1 | AddressMatrix | Outputs an address in a specified format |
2 | AddressMakeup | Depricated us AddressMatrix |
3 | AddressMakeupPortal | Depricated us AddressMatrix |
4 | AddressSummary | Depricated us AddressMatrix |
4 | PropertyURL | Return a property URL |
Category: Numbers, Fees and Amounts
# | Function | Description |
---|---|---|
1 | Number2Display | Outputs a number with as a currency style with pence, if there are no pence these are removed |
2 | Number2Round | Outputs a number with trailing decimal zeros removed |
3 | Number2Round23 | Outputs a number with 2 or 3 decimal places depending on number |
4 | PropertyPrice2Display | Returns the property price and optionally status as a string for display |
5 | PropertyPrice2Output | Returns the property price and optionally status and tenure as a string for display |
6 | PropertyPriceSummaryDisplay | Returns as a string the price of the property if it is not sold with For Sale/To Rent prefix |
7 | PropertyPropTypePriceDisplay | 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. |
8 | AgentFee | Returns an Agent Property Fees display string or number |
8 | ManageFee | Returns an Agent Management Fees display string or number |
Category: Data
# | Function | Description |
---|---|---|
1 | Class_ContractTenants | Gets a object of data about Tenants for a Tenancy (CONTRACT record) |
2 | GetContractTenantsData | Returns a string, gets data about Tenants for a Tenancy (CONTRACT record) |
3 | Class_ContractLandlords | Gets a object of data about Landlords for a Tenancy (CONTRACT record) |
4 | Class_PropertyTenants | Gets a object of data about Tenants for a Property (PROPERTY record) |
5 | GetPropertyTenantsData | Returns a string, gets data about Tenants for a Tenancy (PROPERTY record) |
6 | Class_HMOTenants | Gets a object of data about current HMO Tenants for a Property (PROPERTY record) |
7 | GetPropertyTenantsDataHMO | Returns a string, gets data about current HMO Tenants for a Tenancy (PROPERTY record) |
8 | Class_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) |
8 | PropertyTenantsList | 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
# | Function | Description |
---|---|---|
1 | FoxPro Help | Got to a source of online FoxPro help on FoxPro functions |
1 | Alltrim | Removes all leading and trailing spaces from a string |
Category: Strings
# | Function | Description |
---|---|---|
1 | String_IsEmpty | Checks whether the provided value is non-empty and non-null |