Address: font and country
Lars Pelzer
Hi all,I've added a field on the order confirmation to fill in the ShipTo address:
GetData("B1_Data.ShipToAddress.Address") & vbcrlf & GetData("B1_Data.ShipToAddress.Building") & vbcrlf & GetData("B1_Data.ShipToAddress.Street") & vbcrlf & GetData("B1_Data.ShipToAddress.ZipCode") & " " & GetData("B1_Data.ShipToAddress.City") & vbcrlf & GetData("B1_Data.ShipToAddress.Country")Now I would like to realize 2 things:
1. The first line bold (addressname)
2. The country is only displayed as the code 'NL' or 'UK', how can I display the complete countryname like "Netherlands" or "United Kingdom"?
Thank you all in advance!
Greetz
Lars
0
Please sign in to leave a comment.
Comments
0 comments