This topic is locked

Getting line breaks in multiselect fields when Printing

11/5/2009 9:05:37 PM
PHPRunner General questions
D
Dale author

What am I missing here.

I have a field that is a multiselect list. When I pick more than two items, I want the printer friendly page to list the items on single lines.
I have applied the custom view of

if ($value)

$value = str_replace(",","<br />",$value);
On the normal list page for this record it works fine.

When I print the Printer Friendly page I still get the results comma separated.

ie. Corbetts, Swiftsure

instead of

Corbetts

Swiftsure
in the printed column.
Shouldn't the applied custom format apply to the printout also.

Am I missing something here.

D
Dale author 11/8/2009

Bump, sorry for being impatient.

J
Jane 11/9/2009

It's difficult to tell you what's happening without seeing actual files.
Please publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.