Hi
I am using Crytal Reports 7, reporting out of a SQL database. One of the fields is a postal address field, that uses chr(13) to encode a new line in the field. So, for example, the field looks something like this ( chr(13) is, naturally, not visible):
31 Smith Street chr(13)
Smithville chr(13)
Smithtown
The issue for me is that sometimes I want to be able to split the address so that each line is reported as a new field.
Can anyone help me with this one - much appreciated.
Cheers, Rob.
I am using Crytal Reports 7, reporting out of a SQL database. One of the fields is a postal address field, that uses chr(13) to encode a new line in the field. So, for example, the field looks something like this ( chr(13) is, naturally, not visible):
31 Smith Street chr(13)
Smithville chr(13)
Smithtown
The issue for me is that sometimes I want to be able to split the address so that each line is reported as a new field.
Can anyone help me with this one - much appreciated.
Cheers, Rob.