CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2002
    Location
    Colorado
    Posts
    105

    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

  2. #2
    Join Date
    Apr 2004
    Posts
    14

    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.
    Last edited by hendramin; May 5th, 2004 at 09:40 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured