Multi-line Addresses

An Address question can capture addresses in various different formats. In general it is best for specific functions to be provided for common formatting tasks, such as AddrName, AddrMain and AddrFull.

In some situations you may require a customized function, in which case you must raise a change request as appropriate.

The following is probably the cleanest way of formatting an address function and will work for Keyfax 4.0.0 and above. It works by merging the HouseNo and Address1 into a single expression. A comma separated list of selected items is then created, starting with Address2. This list is then tidied to eliminate the ‘blanks’ and then formatted for multiline html as in the original expression.

Databox Example

Message Example

The Final Result

Last updated