-
Which control to use?
Hello everyone,
I have written a Point of Sale application. The application stores sale information to an access DB through ADO. I want to be able to retrieve the data, Sale Time, QTY, Price, and so on into a rich textbox or other control so the users will be able to scroll through the data before printing it.Does anyone know how to do this?
Thanks in advance
Larry Bargers
Wolfe Systems
-
Use data report
If you want to let user see and scroll the data before they print, you can use datagrid or listview then use data report to print.