-
1. In my program,i'm supposed to use WinFax,but how do i connect it to my prog?? is there anything impt that i need to know to make this whole thing work?
2. I'm using dbGrid to display my query result and i need to print it out along with other info. Is it wise to get the text from each cell and print it? or is there any other better way? btw,does anyone know how to get the text from each cells?
I think that's about it. Any help will be appreciated .
Thanks
cariz
-
Well, I havne't worked with the DB grid too much, you can show the information in the DB grid, but when the user wants to print it, you can make a new connection to the DB, but this time make a file with the information (a text file) and let him print that ..
or you can just use the "printform" function to print the whole thing.
-
the user can later use this text file in the winfax program ..