can anybody tell me how to print the datagrid.I am using ado to load the datagrid
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
can anybody tell me how to print the datagrid.I am using ado to load the datagrid
||SnAkeBed||
iam not sure about any api which prints the data grid. but i can suggest you some technique to achieve your task. even i use the same technique, to get my data printed. 1.write a function to print the data in the grid to a text file. 2.using system command or createprocess command, try to print it. if you want, then i can share the function iam using to print the flex grid contents. may be you may have to fine tune it to suit your data grid. good luck.