Page 1 of 1

Print share

Posted: Tue Jan 18, 2011 12:53 pm
by Ceprotec
Hi Sergey

I wonder if it is possible to print only part of a text.
Suppose you had a page typed and I need to print only one piece in this page, or also if I had inside of a table, print only what is inside the table and not your back.

or could do in two parts: loading a page with the text already entered to not be locked and printed only what I type after being printed.

there how to do this?[/img]

Posted: Tue Jan 18, 2011 8:36 pm
by Sergey Tkachenko
TRVPrint/TSRichViewEdit do not support printing a text fragment (except for pages, of course).
The only way is copying this fragment in another TRichView and printing it.
For example, TrvActionPrint from RichViewActions implement printing of a selected fragment using this method.

Posted: Wed Jan 19, 2011 11:16 am
by Ceprotec
ok, this is possible in a next version?

thanks :)

Posted: Wed Jan 19, 2011 3:15 pm
by Sergey Tkachenko
Not in near future.

Posted: Wed Jan 19, 2011 7:24 pm
by Ceprotec
ok Sergey, Thank you :D