This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Carraige return in view? ~Umberto Nongeroson 2.Dec.03 03:40 AM a Web browser Domino Designer All ReleasesAll Platforms
To expand a bit on what Andre was saying, if you have multiple fields, put them in a list, such as Name:Address:(City+", "+State) and then use the multi-value separator as Newline. Make sure to set the view properties to show multiple lines (as many as you need). If you want labels, make sure to put the parentheses around them in the list, so you should have ("Name: "+Name):Address:(City+", "+State) and not "Name: "+Name:Address:(City+", "+State), which would give you very different results than you expect due to list addition rules.