Topic: Print data From TGrid

hi MVD Family.
i am retrieving data from MSSQL Server using ADODB. how to print data shown in TGrid??

Re: Print data From TGrid

Hi,


You can see an example here: https://myvisualdatabase.com/forum/view … hp?id=9075


You can also try copying your received data to a SQLite database table, either temporary or permanent, and then work with it (print a report, analyze, etc.).