Page 1 of 1

how preview report, text only?

Posted: Thu Aug 20, 2015 9:45 am
by dragancesu
When created clipper reports it was formed in TEXT file, display and sent to the printer if need be, the printer is Epson LX300, printing was copy report.txt lpt1:

Display it possible to search text so users many times had no need for the press

Still they have a epson printer (and satisfied with him) and I have a problem how to display the text to be printed and that can be searched, how you getting on with it?

If have a laser printer, everything would be easier, but for now is not planned to purchase a new printer

Do you have some good but simple windows readme program? Need to display and search text

Re: how preview report, text only?

Posted: Thu Aug 20, 2015 11:19 am
by Rathinagiri
If you want just to display and search text, you can use RichEditBox control in HMG. The best example is the demo for the same by Dr. Claudio.

It can be found in samples/controls/richeditbox

Re: how preview report, text only?

Posted: Fri Aug 21, 2015 12:39 pm
by dragancesu
I looked at that decision, but I made an effort to do something simpler

Re: how preview report, text only?

Posted: Fri Aug 21, 2015 1:24 pm
by Rathinagiri
Used grid? Nice decision. :)