![]() |
Sergey Kornilov admin 4/19/2011 |
Try this: strValue=replace(strValue,",",vbcrlf) |
G
|
gdmacdo author 4/20/2011 |
Unfortunately, That did not work. The commas are inserted by the system. Should there be something in the Before Display or modify the include\Recommendations_list.asp ? |
![]() |
Sergey Kornilov admin 4/20/2011 |
Commas are in the database, that's how multiselect lookup wizard values are stored. "System" doesn't insert anything. |
G
|
gdmacdo author 4/20/2011 |
A demo has been posted to the support site. Commas are in the database, that's how multiselect lookup wizard values are stored. "System" doesn't insert anything. I recommend to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. |
G
|
gdmacdo author 4/21/2011 |
Thank you, Elena. The solution you emailed me worked. I am posting your response to mark this topic closed. value_Recommendations = replace(values("Recommendations"),",","
|