|
GmPrintSuite 2.12
GmPrintSuite 2.12 is now available allowing dvelopers to instantly incorporate report/print preview functionallity into their application without having to worry about underlying databases or complex report design issues - try out the free version from the below address!
Related Discussions - PRINT COLORED GRID (2002-04-23 09:59:16)Hello :-)
If you already use a TMS Grid , did you try one of thier components to print the Grid. It should print exact same colors on paper as...
- PRINTING WITH RICHEDIT.PRINT...HOW TO... (2002-10-10 14:23:38)Hi Marsianin,
I have written printing components to do just this called "GmPrintSuite Lite"
They are currently on the "Newest Comps" section...
- WYSIWYG-HOW TO DO THIS (2002-10-22 17:24:04)Hi there,
Take a look at GmPrintSuite Lite (currently #1 in the top 20 downloads section)
It will do everything you need and is completely...
- PRINTING, BITMAPS, AND TEXTOUT (2002-11-03 21:16:08)No Problem,
Let me know if you have any other questions regarding the components.
Kind regards,
Graham Murt
- GMPRINTSUITE ...BUG? (2002-11-29 23:40:52)it must be a WinNT issue.
I tried adjusting my resolution on my XPHome,
I went to 800x600, and as high as my
monitor would allow.
It worked...
- WHAT IS THE BEST EDIT?! (2003-07-15 23:24:12)You can also use a TListView.
var
ListItem: TListItem;
begin
ListItem := ListView1.Items.Add;
ListView.Caption := ;...
- HOW DO I PRINT A FORM WINDOW IN RUN TIME? (2003-09-27 03:32:02)TForm class have the Print method.
But better to use any report engine and create a report form with same style as you want to print your data....
- PRINT PREVIEW (2004-02-01 23:08:14)Hi adixtopix
look on page
http://www.delphipages.com/threads/thread.cfm?ID=104272&G=104261
Maybe it help you
K a l i -- f a T
- NEED TO SET UP PAGE FOR PRINTING (2004-07-25 14:50:13)while.. I'm using this good free component
http://www.murtsoft.co.uk/products/gmprintsuite/gmprintsuite.htm
It's a print preview with...
- BEST FREE PRINT REPORT (2004-07-25 14:32:29)Hi..
I've been searching a good print report too...
and i've found this
http://www.murtsoft.co.uk/products/gmprintsuite/gmprintsuite.htm...
|