Print ListBox contents
Print ListBox contents
(OP)
Hi,
I have Clarion 6.3 Application. The windows has a listbox with multiple columns associated to a table(s).
Is there any way I can print the contents of the list box as seen on the screen.
Cannot do PrintScrn because it has scroll bars.
Thank You for your help.
I have Clarion 6.3 Application. The windows has a listbox with multiple columns associated to a table(s).
Is there any way I can print the contents of the list box as seen on the screen.
Cannot do PrintScrn because it has scroll bars.
Thank You for your help.
RE: Print ListBox contents
Look at
1. PrintWindow from http://www.clariontemplates.com/PrintWindow_e.html (recommended)
2. EasyListPrint from http://www.ingasoftplus.com/id74.htm
3. SendTo from http://www.capesoft.com/accessories/sendtosp.htm (could be very pricey if you do not have the supporting products).
Regards