Page 1 of 1

Printing cases

Posted: November 14th, 2019, 7:09 am
by aalinaitwe
Hello everyone,

Is there a possiblility of printing data in CSPro?

Thank you!

Re: Printing cases

Posted: November 14th, 2019, 10:47 am
by htuser
There's no native solution to do this in CSPro, DataViewer or CSEntry. However, more than four years ago, Josh helped me about. Since, i always printing them in beautiful MS Word like format with an user defined function. To do it, you must be able to write HTML and CSS inside CSPro logic using file object : file.write https://www.csprousers.org/help/CSPro/f ... ction.html
or the old filewrite function, https://www.csprousers.org/help/CSPro/f ... ction.html

A better solution would be to use the templated reports https://www.csprousers.org/help/CSPro/t ... ports.html, but in his actual fashion,
it's unable to do it.
If you search for Print on the forum, you'll find more explanations about.

Maybe, the Developer Team could give you more and better explanations.

Hope this help you.

Re: Printing cases

Posted: December 6th, 2019, 4:13 am
by aalinaitwe
Thank you!