Link to home
Start Free TrialLog in
Avatar of wbstech
wbstech

asked on

Print Delphi StringGrid to multiple pages

I have a string grid (normal string grid that comes with Delphi 2006) that contains a couple of hundred rows of data pulled from a database.

I wish to print this string grid and also have it print across several pages, as it will undoubtedly need to do.

Does anyone know of a free bit of code that will let me do this?
ASKER CERTIFIED SOLUTION
Avatar of Tomas Helgi Johannsson
Tomas Helgi Johannsson
Flag of Iceland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of wbstech
wbstech

ASKER

Brilliant! That top one worked perfectly. Thanks for the help.